SDK versions are pinned to specific API versions.
Database
Use the Database API to store and query records in Pinecone Database. The following Pinecone SDKs support the Database API:Inference
Use the Inference API to generate vector embeddings and rerank results using embedding models and reranking models hosted on Pinecone’s infrastructure. You can use the Inference API as a standalone service, via theembed
and rerank
endpoints, or integrated with Pinecone’s database operations, via the create_for_model
, upsert_records
, and search_records
endpoints.
The following Pinecone SDKs support using the Inference API: