Chroma
Prerequisite
Clone Chroma's repository with your terminal
git clone https://github.com/chroma-core/chroma.gitChange directory path to your cloned Chroma
cd chromaRun docker compose to build up Chroma image and container
docker-compose up -d --buildIf success, you will be able to see the docker images spun up:

Setup
Chroma URL
Specify the URL of your chroma instance
http://localhost:8000

Additional
If you are running both LangFlux and Chroma on Docker, there are additional steps involved.
Spin up Chroma docker first
Open
docker-compose.ymlin LangFlux
Modify the file to:
Spin up LangFlux docker image
On the Chroma URL, for Windows and MacOS Operating Systems specify http://host.docker.internal:8000. For Linux based systems the default docker gateway should be used since host.docker.internal is not available: http://172.17.0.1:8000

Resources
Last updated
Was this helpful?