|
I followed the instructions to install vectorcode I run Chromadb via docker in another shell (pinning to When I try to vectorise my code using I get the following stack trace: I have also tried without the Chromadb docker and just falling back on the built-in one but I get the same error Any ideas? |
Answered by
nagyben
Apr 30, 2025
Replies: 3 comments 2 replies
|
This may have something to do with a corporate firewall 👀 I tried it on another (personal) machine and it worked fine |
1 reply
|
Ok I've narrowed down the problem, it's due to a self-signed cert in the certificate chain |
0 replies
|
The solution in the end was to set On MacOS: |
1 reply
Answer selected by
nagyben
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution in the end was to set
REQUESTS_CA_BUNDLEso the underlying requests library uses the correct CA bundleOn MacOS: