running to trouble while using chroma
kkjj2485 opened this issue · 3 comments
kkjj2485 commented
`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`
r-fumachi commented
maybe your docker container for chroma didn't initialize correctly. try clearing the docker containers and running docker-compose up -d --build
again.
kkjj2485 commented
it works ! thanks man!!!
johndpope commented
I think we could catch this error and just tell people to do above command