Not sure if anyone else is getting this error when initializing with this:
from pinecone import Pinecone
pc = Pinecone(api_key=‘XXX’)
Not sure if anyone else is getting this error when initializing with this:
from pinecone import Pinecone
pc = Pinecone(api_key=‘XXX’)
Nevermind, figured it out. I saw that I had this import from the old langchain doc.
from langchain_community.vectorstores import Pinecone
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.