SDKs
Introduction
Pinecone SDKs
Official Pinecone SDKs provide convenient access to the Pinecone APIs.
SDK versions
SDK versions are pinned to specific API versions. When a new API version is released, a new version of the SDK is also released.
The mappings between API versions and SDK versions are as follows:
2025-01 | 2024-10 | 2024-07 | 2024-04 | |
---|---|---|---|---|
Python SDK | v6.x | v5.3.x | v5.0.x-v5.2.x | v4.x |
Node.js SDK | v5.x | v4.x | v3.x | v2.x |
Java SDK | v4.x | v3.x | v2.x | v1.x |
Go SDK | v3.x | v2.x | v1.x | v0.x |
.NET SDK | v3.x | v2.x | v1.x | v0.x |
When a new stable API version is released, you should upgrade your SDK to the latest version to ensure compatibility with the latest API changes.
Community SDKs
Find community-contributed SDKs for Pinecone. These libraries are not supported by Pinecone.
-
Scala SDK (contributed by cequence-io)
Was this page helpful?