Hi
I’m Facing the issue with the Langchain-Pinecone during Embeddings
- Have manually uninstalled the v2 dependency
- Followed the Langchain-pinecone documentation. But still i get the error
Traceback (most recent call last):
File "/Users/roopeshbharatwajkr/PycharmProjects/chainlit/embedding1.py", line 124, in <module>
Cert_in_AI_vectorstore = process_data(load_data("/Users/roopeshbharatwajkr/DLI/Data /Cert_in_AI_Final/"), "Cert_in_AI")
File "/Users/roopeshbharatwajkr/PycharmProjects/chainlit/embedding1.py", line 112, in process_data
vectorstore = PineconeVectorStore.from_texts(
File "/Users/roopeshbharatwajkr/anaconda3/envs/Python3_9/lib/python3.9/site-packages/langchain_pinecone/vectorstores.py", line 453, in from_texts
pinecone_index = cls.get_pinecone_index(index_name, pool_threads)
File "/Users/roopeshbharatwajkr/anaconda3/envs/Python3_9/lib/python3.9/site-packages/langchain_pinecone/vectorstores.py", line 386, in get_pinecone_index
client = PineconeClient(
File "/Users/roopeshbharatwajkr/anaconda3/envs/Python3_9/lib/python3.9/site-packages/pinecone/control/pinecone.py", line 205, in __init__
self.config = PineconeConfig.build(
File "/Users/roopeshbharatwajkr/anaconda3/envs/Python3_9/lib/python3.9/site-packages/pinecone/config/pinecone_config.py", line 29, in build
return ConfigBuilder.build(
File "/Users/roopeshbharatwajkr/anaconda3/envs/Python3_9/lib/python3.9/site-packages/pinecone/config/config.py", line 58, in build
raise PineconeConfigurationError("You haven't specified an Api-Key.")
pinecone.exceptions.exceptions.PineconeConfigurationError: You haven't specified an Api-Key.
Process finished with exit code 1
raise PineconeConfigurationError(“You haven’t specified an Api-Key.”)
pinecone.exceptions.exceptions.PineconeConfigurationError: You haven’t specified an Api-Key.
This is the Error and i tried to change my dependency all my previous version to new but still its not working.
Kindly help me with this