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:

  1. Use one of the marketplace examples or build a chatflow with Chroma
  2. Try running the flow
  3. 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)

Most upvoted comments

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

I am facing the same issue my “chromadb” is running in docker and ran the flowise as “npx flowise start”, unable to figure out what could be the issue. Screenshot 2023-06-09 at 5 48 26 PM

Try update flowise with npm install -g flowise then rebuild your flow Results: image