Flowise: [BUG] Cannot read properties of undefined (reading 'data') with Chroma VectorStore
Describe the bug
Getting Cannot read properties of undefined (reading 'data') error when using the Chroma Vector Store in any combination, e.g. in AutoGPT
To Reproduce Steps to reproduce the behavior:
- Use one of the marketplace examples or build a chatflow with Chroma
- Try running the flow
- Error is thrown
Setup
- OS: MacOS, M1 chip
Are there any additional steps required to set up Chroma with Flowise? Not quite sure based on the onboarding
About this issue
- Original URL
- State: open
- Created a year ago
- Comments: 21 (8 by maintainers)
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. When you use a new collection only for local integration, everything is fine! I hope this’ll be helpful
Try update flowise with
npm install -g flowisethen rebuild your flow Results: