Java SDK
See the Pinecone Java SDK documentation for full installation instructions and usage examples.
To make a feature request or report an issue, please file an issue.
Requirements
The Pinecone Java SDK Java 1.8 or later.
Install
To install the latest version of the Java SDK, add a dependency to the current module:
Alternatively, you can download the standalone uberjar pinecone-client-4.0.0-all.jar, which bundles the Pinecone SDK and all dependencies together. You can include this in your classpath like you do with any third-party JAR without having to obtain the pinecone-client
dependencies separately.
Upgrade
Before updgrading to v4.0.0
, update all relevant code to account for the breaking changes explained here.
If you are already using the Java SDK, upgrade the dependency in the current module to the latest version:
Initialize
Once installed, you can import the SDK and then use an API key to initialize a client instance:
Was this page helpful?