Find answers from the community

Updated 7 months ago

Hi

At a glance

The community member is experiencing an AttributeError with the ChromaVectorStore object, where it has no attribute _pydanticprivate. Another community member suggests that installing the llama-index-vector-stores-chroma package might fix the issue. The community member has tried creating a new virtual machine and copying the code, but the problem persists. The community members are unsure of the cause, with one suggesting that updating dependencies might have caused the issue.

Hi
My code was working yesterday. Today I opened it and run and I got this: AttributeError: 'ChromaVectorStore' object has no attribute '_pydanticprivate'. Any advice?
W
L
P
5 comments
hi, did you update any deps?
pip install llama-index-vector-stores-chroma should fix it
I think that i did nothing special
still same problem. Im using jupyter nootebook and each time i call pip
i create new VM, copy pase all code and rerun. Everything is working. I suppose that many pip of came packs might distroy something
Add a reply
Sign up and join the conversation on Discord