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規格生成的。