Grace Zhang

Results 4 comments of Grace Zhang

Tried adding a check to see if `self.persist_directory` still exists before calling `Chroma.from_documents()` (it doesn't) + created the directory and manually set the permissions for it, but neither fixed the...

> > @umair313 0.4.18 > > Try with 0.4.17 or 15. Make sure your internet is good. Change the name of persistence director name. Are you using notebook? Just tried...

> This issue popped up out of nowhere and to fix it, I had to downgrade ChromaDB to 0.4.14: > > ```shell > venv/bin/python -m pip install --upgrade chromadb==0.4.14 >...