pinecone java client
1.0.0
이것은 Pinecone Vector Database 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 사양에서 생성됩니다.