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
I have searched the existing issues, and I could not find an existing issue for this bug
Current Behavior
Getting
ImportError: cannot import name 'Pinecone' from 'pinecone'
on both colab and local machine
Expected Behavior
Given example should work fine and not break
Steps To Reproduce
Just run the notebook on colab
Relevant log output
We have 2 doc embeddings, each with a dimensionality of 384.
Traceback (most recent call last):
File "/home/ajay/rag.py", line 26, in<module>
from pinecone import Pinecone
ImportError: cannot import name 'Pinecone' from 'pinecone' (/home/ajay/rag_venv/lib/python3.10/site-packages/pinecone/__init__.py)