Replies: 1 comment
-
@OracleKen, it's been quite some time, but did you eventually succeed to solve this issue? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
Hello, I am trying to use langchain to create a vector_store object and when running the code above I get an SSL error (SSL: CERTIFICATE_VERIFY_FAILED). I am behind a firewall and I have a cert that can be used to get around this issue but it requires me to modify the langchain_pinecone\vectorstore.py script in order to work. I need to update the init to allow for an ssl cert path variable and then also include that variable when the init creates the Pinecone client on line 103 (client = PineconeClient(api_key=_pinecone_api_key, source_tag="langchain", ssl_ca_certs=ssl_cert_file)).
Is there a way to update this init for PineconeVectorStore to have an optional parameter to import a ca cert file?
System Info
System Information
OS: Windows
OS version: 10.0.19045
Python version: 3.11.7
Package Information
langchain_core: 0.1.41
langchain: 0.1.13
langchain_community: 0.0029
langsmith: 0.1.36
langchain_experimental: 0.0.55
langchain_pinecone: 0.1.0
langchain_text_splitters: 0.0.1
Beta Was this translation helpful? Give feedback.
All reactions