mckaywrigley/ai-brainstore

running to trouble while using chroma

Opened this issue · 3 comments

`What would you like to know?
whats nba

Recalling...

file:///Users/whizv/lab/ai-brainstore/node_modules/langchain/dist/vectorstores/chroma.js:90
const [firstIds] = ids;
^

TypeError: ids is not iterable`

maybe your docker container for chroma didn't initialize correctly. try clearing the docker containers and running docker-compose up -d --build again.

it works ! thanks man!!!

I think we could catch this error and just tell people to do above command