Miscellaneous
Unable to pip install
Account management
Indexes
- Exporting indexes
- Waiting for index creation to be complete
- Selecting index type and size
- How and when to increase the size of an index
- Using namespaces instead of several indexes
- Using namespaces vs. metadata filtering
- Restrictions on index names
- Returning all vectors in an index
- Vertically downscaling
- Deleting a namespace
- Pods are full
Data
- Parallel queries
- Minimize latencies
- Embedding values changed when upserted
- How and when to add replicas
- Keeping customer data separate in Pinecone
- Creating and managing vectors with metadata
- Handling large numbers of deletes by metadata
- Metadata re-configuration
- Metadata string value returned as a datetime object
- Removing a metadata field from a record
Common errors
- Index creation error - missing spec parameter
- Serverless index creation error - max serverless indexes
- Serverless index connection errors
- Error: Handshake read failed when connecting
- Error messages about controller.[...].pinecone.io on serverless indexes
- Error: Pinecone has no attribute 'from_texts'
- Python AttributeError: module pinecone has no attribute init
Miscellaneous
Unable to pip install
Python 3.x
uses pip3
. Use the following commands in your terminal to install the latest version of the Pinecone Python client:
Shell
pip3 install -U pinecone-client
Was this page helpful?