pinecone java client
1.0.0
这是Pinecone矢量数据库API的Java客户端。尽管有一个官方的Pinecone Java客户端,但在撰写本文时,它并不支持所有端点。具体来说:
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.
该客户端支持所有端点。请注意,大多数客户端代码都是从Pinecone API的这个非正式的OpenAPI规格生成的。