Open mxsteini opened 21 hours ago
Have you tried this guide? https://docs.flowiseai.com/integrations/langchain/vector-stores/chroma#additional
Yes sire, but I didn't got the point. switching to external doesn't make sense because everything is inside and the proposed conncection is a internal conncection as I understand. And runnng a similar configuration on my desktop worked. Now I'm trying to deploy the whole configuration.
Please corrrect me: I suspect, that the retrieving goes a similar way as the upserting. Which means on the server, inside my docker compose network.
So, if upserting works - why doesn't retrieving?
So, this is really ... 2 days live time. The error belongs to chroma DB. The last working version is: chromadb/chroma:0.5.16. (I didn't played with dev-versions)
As I interprete all things right, we have a chromadb client with version 1.5.11. The latest version ist is 1.9.2.
packages/components/package.json
So it could be a good idea to update this before spendings more time on this.
When I try to retrieve data from my chromaDB the chat returns:
The flowise logs says:
I'm running flowise in a docker compose environment. All included in on cluster
Upserting Data is no problem. I checked the database by vector-admin - the data looks well.
I'm upserting to http://chroma:8000 I also tried the internal docker IP, which worked.
Only retrieving produces this error.
I'm pretty stumped now. I've been poking around in my setup for a few hours now and have no more ideas.