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:
Document
Embeddings
Collection Name
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
Can be connected with nodes from
Can be connected with nodes from
Chroma collection name. Refer to for naming convention