Replies: 1 comment 1 reply
-
To address the issue with
This method, If these steps don't resolve the issue, consulting the documentation for Langchain's PineconeStore and Pinecone's API or reaching out to their support might provide more specific guidance. Sources
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
vectorStore
which is my instance ofPineconeStore
.I've tried tracing with LangSmith etc and narrowed it down to this simple test case but I'm stuck. I'm really hoping it's something simple and obvious. Thank you.
System Info
Mac OS 14.4 (23E214)
Node.js v21.7.1
"@langchain/pinecone": "^0.0.4",
"@pinecone-database/pinecone": "^2.2.0",
"langchain": "^0.1.31",
Beta Was this translation helpful? Give feedback.
All reactions