Pinecone Python Client (DEPRECATED)
The official Pinecone python package has been renamed from pinecone-client
to pinecone
. To upgrade, please
remove pinecone-client
from your project dependencies and then add the pinecone
package to get the
latest updates.
WARNING: Failure to remove pinecone-client
before installing pinecone
can lead to confusing interactions
between the two packages.
Upgrade steps
pip uninstall pinecone-client
pip install pinecone
Or, if you are using grpc:
pip uninstall pinecone-client
pip install "pinecone[grpc]"
For info on code changes that may impact you, see Release Notes and Upgrading
Links