Previously, the Python classes for both LangChain and Pinecone had objects named Pinecone, but this is no longer an issue in the latest LangChain version. To resolve these errors, upgrade LangChain to >=0.0.3:
Copy
pip install --upgrade langchain-pinecone
Depending on which version of LangChain you are upgrading from, you may need to update your code. You can find more information about using LangChain with Pinecone in our documentation.