Chroma
Chroma: The AI-native, open-source embedding database. We offer a fully managed, scalable deployment on AWS and Azure, complete with a Vector Management UI.
Last updated
Chroma: The AI-native, open-source embedding database. We offer a fully managed, scalable deployment on AWS and Azure, complete with a Vector Management UI.
Last updated
Clone Chroma's repository with your terminal
Change directory path to your cloned Chroma
Run docker compose to build up Chroma image and container
If success, you will be able to see the docker images spun up:
Input | Description | Default |
---|---|---|
Document | Can be connected with nodes from Document Loader | |
Embeddings | Can be connected with nodes from Embeddings | |
Collection Name | Chroma collection name. Refer to here for naming convention | |
Chroma URL | Specify the URL of your chroma instance | http://localhost:8000 |
Chroma Upsert Document - Upsert document chunks with embeddings into Chroma
Chroma Load Existing Index - load existing collection from Chroma
On the Chroma URL, specify http://host.docker.internal:8000