Prabin Nepal
Results
3
comments of
Prabin Nepal
Can you post the main.py code to reproduce the error?
As far as I know, you need to create index, either from pinecone dashboard or using code ```python pinecone.create_index(index_name, dimension=1536, metric="cosine", pods=1, pod_type="p1.x1") ``` Let me know if this works.
I am currently using python-dot env and its working fine