Flowise
Flowise copied to clipboard
How can I use Chroma
Hello,
When I using Chroma,a problem occurred
What the problem?
currently running both flowise and chroma on docker won't work.
here's the guide - https://docs.flowiseai.com/vector-stores/chroma
u can deploy chroma docker use chroma url
currently running both flowise and chroma on docker won't work.
I got the same issue with or without the chroma url
Has this been resolved?
Hi @adryanm2m,
- Clone Chroma Repo
- Add below code into Chroma's docker-compose.yml
flowise:
platform: linux/x86_64
image: flowiseai/flowise
restart: always
env_file:
- ./flowise.env
ports:
- "${FLOWISE_PORT:-3000}:3000"
volumes:
- ~/.flowise:/root/.flowise
command: /bin/sh -c "sleep 3; flowise start"
- Run
docker compose up -d --build - Specify this Chroma URL http://host.docker.internal:8000 assuming you use port 8000
Do come join our (Discord)[https://discord.gg/AfZaQA5k].
You can find this solution in Support Channel > Trying to use Chain Tool with Chat Prompt Template failing
Worked perfectly for me, Thank you
I still have the issue.
Hi @Ramanpreet56,
Sorry for the late reply, let's continue here https://github.com/FlowiseAI/Flowise/issues/810
problem