-
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? |
Beta Was this translation helpful? Give feedback.
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 |
Beta Was this translation helpful? Give feedback.
-
Ok I've narrowed down the problem, it's due to a self-signed cert in the certificate chain
|
Beta Was this translation helpful? Give feedback.
-
The solution in the end was to set On MacOS:
|
Beta Was this translation helpful? Give feedback.
The solution in the end was to set
REQUESTS_CA_BUNDLE
so the underlying requests library uses the correct CA bundleOn MacOS: