Pinecone home page
Latest
Search...
⌘K
Ask AI
Log In
Sign Up Free
Sign Up Free
Search...
Navigation
Miscellaneous
Unable to pip install
Guides
Reference
Examples
Integrations
Tools
Troubleshooting
Releases
Forum
Support
Status
Contact Support
How to work with Support
Pinecone Support SLAs
Account management
Login code issues
Custom data processing agreements
Delete your Pinecone account
Billing disputes and refunds
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
General FAQs
Best Practices
Differences between Lexical and Semantic Search regarding relevancy
Node.JS Troubleshooting
CORS Issues
Debugging model vs. Pinecone recall issues
Understanding and resolving non-indexed field filter issues
Unable to pip install
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
Copy
Ask AI
pip3
install
-U
pinecone-client
Was this page helpful?
Yes
No
Understanding and resolving non-indexed field filter issues
Assistant
Responses are generated using AI and may contain mistakes.