|
Hi all, I installed vectorcode[legacy] and chromadb using a docker container, my platform is Mac. Unfortunately I see the following failure when doing |
Answered by
Davidyz
May 20, 2025
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. |
1 reply
Answer selected by
JuanG970
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the
legacydep 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 thelegacygroup, 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.