-
Hi all, I installed vectorcode[legacy] and chromadb using a docker container, my platform is Mac. Unfortunately I see the following failure when doing
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi, the Could you verify the chroma version of the Docker container you're running? If it's 1.0.x, please downgrade it to 0.6.3 and see if it solves the problem. VectorCode doesn't work with chromadb 1.0.x yet. |
Beta Was this translation helpful? Give feedback.
Hi, the
legacy
dep group is mostly for numpy and torch, which don't provide packages for old platforms. That means this error is most likely not caused by thelegacy
group, but rather other part of the code.Could you verify the chroma version of the Docker container you're running? If it's 1.0.x, please downgrade it to 0.6.3 and see if it solves the problem. VectorCode doesn't work with chromadb 1.0.x yet.