Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Improved ChromaDB docs and tests #766

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

tazarov
Copy link

@tazarov tazarov commented May 8, 2024

  • Added additional examples of how to use Chroma
  • Updated documentation with relevant project links
  • Version bumps wherever possible to ensure the default user experience is up to date

- Added examples for connect, create collection, using embedding functions, auth and persistent dirs
Copy link

netlify bot commented May 8, 2024

Deploy Preview for testcontainers-node ready!

Name Link
🔨 Latest commit 7919939
🔍 Latest deploy log https://app.netlify.com/sites/testcontainers-node/deploys/663b20cc1f11800008291779
😎 Deploy Preview https://deploy-preview-766--testcontainers-node.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@@ -3,7 +3,7 @@ import { AbstractStartedContainer, GenericContainer, StartedTestContainer, Wait
const CHROMADB_PORT = 8000;

export class ChromaDBContainer extends GenericContainer {
constructor(image = "chromadb/chroma:0.4.22") {
constructor(image = "chromadb/chroma:0.5.0") {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IIRC, this could bring a breaking change with the env var for auth and also for those relying on version 0.4.22.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants