mirror of
https://github.com/Mintplex-Labs/anything-llm
synced 2026-04-25 17:15:37 +02:00
601 B
601 B
How to setup a local (or remote) Chroma Vector Database
Official Chroma Docs for reference.
How to get started
Requirements
- Docker
gitavailable in your CLI/terminal
Instructions
git clone git@github.com:chroma-core/chroma.gitto somewhere on computer.cd chromadocker-compose up -d --build- set the
CHROMA_ENDPOINT=.env variable inserverand also setVECTOR_DB=tochroma.
eg: server/.env.development
VECTOR_DB="chroma"
CHROMA_ENDPOINT='http://localhost:8000'