pinecone-io / java-examples

Apache License 2.0
0 stars 1 forks source link

Pinecone Java Examples

The official repository for Pinecone examples written in Java.

For more information on the Java client, please refer to the documentation.

Documentation

All examples have individual READMEs. Please refer to the README in each example directory for more information about the specific example.

Installation

Each example has its own pom.xml file and is treated as its own, standalone Maven project.

Configuration

At a minimum, all examples require a Pinecone API key. You can obtain an API key by signing up for a Pinecone account at pinecone.io.

Indexes

All examples use Pinecone serverless indexes.

Contributing

We welcome contributions from the community! If you wish to contribute an example, please follow these guidelines:

PRs will be need to be reviewed and approved by the Pinecone team.