-
-
Notifications
You must be signed in to change notification settings - Fork 16.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Cannot read properties of undefined (reading 'data') with Chroma VectorStore #40
Comments
Have you got Chroma running locally? If not you'll have to clone the Chroma repo: |
Running into same issue, Chroma already running at port 8000 |
@kayue are using mac os or linux? |
I'm able to run the same flow as you without encountering error. @saviorand did you upsert your document into chroma? |
I did not upsert anything to Chroma, maybe that's why! Let me try it out |
hi, i have similar problem, i did upsert docs into chroma and already start chroma docker container, but i cant see any ingestion progresss whatsoever and chat test will return error "Error: Request failed with status code 400". Any idea? |
We've identified a bug where if you run both Flowise and Chroma on docker, it will not work. Are you guys running Flowise on docker? @kayue @Dojimanoryyu @saviorand ? |
im running flowise via npx flowise start, it is chroma db that use docker. Also, i don't know how to check ingestion in chroma docker progress since it's not stated in the terminal. For the pinecone one I can check via pinecone consol. |
I'm running Chroma locally, but there is a bug in Chroma. |
Hi, can I use a hosted Chroma instance or does it have to be local? |
you can add a url to Chroma node - #151 |
Thank you... I see where I can make those modifications. |
Yes I run on Docker |
Lifting to chromadb 1.5.0 didnt fix the issue for me. Running it locally. |
Hi everyone, I had the same problem because I am embedding documents with openai integration into a chroma collection and using the same collection with local embedding. |
Describe the bug
Getting
Cannot read properties of undefined (reading 'data')
error when using the Chroma Vector Store in any combination, e.g. in AutoGPTTo Reproduce
Steps to reproduce the behavior:
Setup
Are there any additional steps required to set up Chroma with Flowise? Not quite sure based on the onboarding
The text was updated successfully, but these errors were encountered: