Requirements
The Pinecone Java SDK requires Java 1.8 or later.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 Java SDK versions are as follows:
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.
Install
To install the latest version of the Java SDK, add a dependency to the current module:Java
pinecone-client dependencies separately.
Upgrade
If you are already using the Java SDK, upgrade the dependency in the current module to the latest version:Java