You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were using "@langchain/pinecone": "^0.0.9" updated to "@langchain/pinecone": "^0.1.1" with similar results.
Finally checking some internal dependencies and links decided to directly add and update the dependency @pinecone-database/pinecone dependency to "^3.0.3" and started working.
Not sure what was the internal change there, maybe related to fetching.
Checked other resources
Example Code
We experienced Pinecone timeout connection issues on a stress test, similar to this output
We were using "@langchain/pinecone": "^0.0.9" updated to "@langchain/pinecone": "^0.1.1" with similar results.
Finally checking some internal dependencies and links decided to directly add and update the dependency
@pinecone-database/pinecone
dependency to "^3.0.3" and started working.Not sure what was the internal change there, maybe related to fetching.
Error Message and Stack Trace (if applicable)
The log details
Description
Update the internal dependency for the pinecone store
System Info
node v18.18.2
"@langchain/pinecone": "^0.0.9"
The text was updated successfully, but these errors were encountered: