pinecone java client
1.0.0
This is a Java client for the Pinecone vector database API. While there is an official Pinecone Java client, at the time of this writing, it does not support all endpoints. Specifically:
The Java client doesn't support managing Pinecone services, only reading and writing
from existing indices. To create or delete an index, use the Python client.
This client supports all endpoints. Note that most of the client's code is generated from this unofficial OpenAPI spec of the Pinecone API.