Chroma
Last updated
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 |
If you are running both Flowise and Chroma on Docker, there are additional steps involved.
Spin up Chroma docker first
Open docker-compose.yml
in Flowise
Modify the file to:
Spin up Flowise 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