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.
Self host Prerequisite
Clone Chroma's repository with your terminal
git clone https://github.com/chroma-core/chroma.git
Change directory path to your cloned Chroma
cd chroma
Run docker compose to build up Chroma image and container
docker-compose up -d --build
If success, you will be able to see the docker images spun up:

Setup
Input
Description
Default
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

Additional
On the Chroma URL, specify http://host.docker.internal:8000

Resources
Last updated