Current Behavior
I have Pinecone upgraded to v3.0.0 and also installed the GRPC client.
When I run the following command:
pinecone.init(api_key="API_KEY", environment="ENV")
I get the following error:
AttributeError: module 'pinecone' has no attribute 'init'
Expected Behavior
Previously the same code was perfectly running in the Google Colab with no issue. But, today suddenly this issue arrived.
Methods Tried:
When further researching, some searches suggested re-installing the pinecone-client, and installing the v3.0.0, but none of the solutions worked.
Environment
- Google Colab:
- Python: 3.10.12
- pinecone: 3.0.0
-openai: 0.27.7
Current Behavior
I have Pinecone upgraded to v3.0.0 and also installed the GRPC client.
When I run the following command:
pinecone.init(api_key="API_KEY", environment="ENV")I get the following error:
AttributeError: module 'pinecone' has no attribute 'init'Expected Behavior
Previously the same code was perfectly running in the Google Colab with no issue. But, today suddenly this issue arrived.
Methods Tried:
When further researching, some searches suggested re-installing the pinecone-client, and installing the v3.0.0, but none of the solutions worked.
Environment