Index
All Classes and Interfaces|All Packages|Serialized Form
C
- close() - Method in class com.hw.pinecone.PineconeClient
-
Closes the HttpClient connection pool.
- com.hw.pinecone - package com.hw.pinecone
- com.hw.pinecone.entity.index - package com.hw.pinecone.entity.index
- com.hw.pinecone.entity.vector - package com.hw.pinecone.entity.vector
- com.hw.pinecone.service - package com.hw.pinecone.service
- COSINE - Enum constant in enum class com.hw.pinecone.entity.index.Metric
-
Cosine metric.
- createIndex(CreateIndexRequest) - Method in class com.hw.pinecone.PineconeClient
-
This operation creates a Pinecone index.
- createIndex(CreateIndexRequest) - Method in interface com.hw.pinecone.service.IndexService
-
This operation creates a Pinecone index.
- CreateIndexRequest - Class in com.hw.pinecone.entity.index
- CreateIndexRequest() - Constructor for class com.hw.pinecone.entity.index.CreateIndexRequest
- createRetrofit(String) - Method in class com.hw.pinecone.PineconeClient
-
Initializes the PineconeClient instance.
D
- Database - Class in com.hw.pinecone.entity.index
- Database() - Constructor for class com.hw.pinecone.entity.index.Database
- defaultObjectMapper() - Static method in class com.hw.pinecone.PineconeClient
- delete(DeleteRequest) - Method in class com.hw.pinecone.IndexClient
-
The Delete operation deletes vectors, by id, from a single namespace.
- delete(DeleteRequest) - Method in interface com.hw.pinecone.service.VectorService
-
The Delete operation deletes vectors, by id, from a single namespace.
- deleteIndex(String) - Method in class com.hw.pinecone.PineconeClient
-
This operation deletes an existing index.
- deleteIndex(String) - Method in interface com.hw.pinecone.service.IndexService
-
This operation deletes an existing index.
- DeleteRequest - Class in com.hw.pinecone.entity.vector
- DeleteRequest() - Constructor for class com.hw.pinecone.entity.vector.DeleteRequest
- describeIndex(String) - Method in class com.hw.pinecone.PineconeClient
-
Get a description of an index.
- describeIndex(String) - Method in interface com.hw.pinecone.service.IndexService
-
Get a description of an index.
- describeIndexStats(DescribeIndexStatsRequest) - Method in class com.hw.pinecone.IndexClient
-
The DescribeIndexStats operation returns statistics about the index's contents, including the vector count per namespace and the number of dimensions.
- describeIndexStats(DescribeIndexStatsRequest) - Method in interface com.hw.pinecone.service.VectorService
-
The DescribeIndexStats operation returns statistics about the index's contents, including the vector count per namespace and the number of dimensions.
- DescribeIndexStatsRequest - Class in com.hw.pinecone.entity.vector
- DescribeIndexStatsRequest() - Constructor for class com.hw.pinecone.entity.vector.DescribeIndexStatsRequest
- DescribeIndexStatsResponse - Class in com.hw.pinecone.entity.vector
- DescribeIndexStatsResponse() - Constructor for class com.hw.pinecone.entity.vector.DescribeIndexStatsResponse
- DOTPRODUCT - Enum constant in enum class com.hw.pinecone.entity.index.Metric
-
Dotproduct metric.
E
F
- fetch(FetchRequest) - Method in class com.hw.pinecone.IndexClient
-
The Fetch operation looks up and returns vectors, by ID, from a single namespace.
- fetch(List<String>, String) - Method in interface com.hw.pinecone.service.VectorService
-
The Fetch operation looks up and returns vectors, by ID, from a single namespace.
- FetchRequest - Class in com.hw.pinecone.entity.vector
-
The request for the `Fetch` operation.
- FetchRequest() - Constructor for class com.hw.pinecone.entity.vector.FetchRequest
- FetchResponse - Class in com.hw.pinecone.entity.vector
-
The response for the `Fetch` operation.
- FetchResponse() - Constructor for class com.hw.pinecone.entity.vector.FetchResponse
- fromValue(String) - Static method in enum class com.hw.pinecone.entity.index.Metric
G
- getValue() - Method in enum class com.hw.pinecone.entity.index.Metric
I
- indexClient(String) - Method in class com.hw.pinecone.PineconeClient
- IndexClient - Class in com.hw.pinecone
- IndexClient(VectorService) - Constructor for class com.hw.pinecone.IndexClient
- IndexDescription - Class in com.hw.pinecone.entity.index
- IndexDescription() - Constructor for class com.hw.pinecone.entity.index.IndexDescription
- IndexService - Interface in com.hw.pinecone.service
-
Index Operations
- init() - Method in class com.hw.pinecone.PineconeClient
-
Initializes the PineconeClient instance.
L
- listIndexes() - Method in class com.hw.pinecone.PineconeClient
-
This operation returns a list of your Pinecone indexes.
- listIndexes() - Method in interface com.hw.pinecone.service.IndexService
-
This operation returns a list of your Pinecone indexes.
M
- metadata - Variable in class com.hw.pinecone.entity.vector.ScoredVector
-
This is the metadata, if it is requested.
- metadata - Variable in class com.hw.pinecone.entity.vector.Vector
-
This is the metadata included in the request.
- Metric - Enum Class in com.hw.pinecone.entity.index
-
The distance metric to be used for similarity search.
P
- PineconeClient - Class in com.hw.pinecone
-
Because the pinecone-java-client does not support managing Pinecone services, only reading and writing from existing indices.
- PineconeClient() - Constructor for class com.hw.pinecone.PineconeClient
Q
- query(QueryRequest) - Method in class com.hw.pinecone.IndexClient
-
The Query operation searches a namespace, using a query vector.
- query(QueryRequest) - Method in interface com.hw.pinecone.service.VectorService
-
The Query operation searches a namespace, using a query vector.
- QueryRequest - Class in com.hw.pinecone.entity.vector
- QueryRequest() - Constructor for class com.hw.pinecone.entity.vector.QueryRequest
- QueryResponse - Class in com.hw.pinecone.entity.vector
- QueryResponse() - Constructor for class com.hw.pinecone.entity.vector.QueryResponse
R
- requestTimeout - Variable in class com.hw.pinecone.PineconeClient
-
Default is 16 seconds.
S
- ScoredVector - Class in com.hw.pinecone.entity.vector
- ScoredVector() - Constructor for class com.hw.pinecone.entity.vector.ScoredVector
- SingleQueryResults - Class in com.hw.pinecone.entity.vector
- SingleQueryResults() - Constructor for class com.hw.pinecone.entity.vector.SingleQueryResults
- SparseValues - Class in com.hw.pinecone.entity.vector
- SparseValues() - Constructor for class com.hw.pinecone.entity.vector.SparseValues
- Status - Class in com.hw.pinecone.entity.index
- Status() - Constructor for class com.hw.pinecone.entity.index.Status
U
- upsert(UpsertRequest) - Method in class com.hw.pinecone.IndexClient
-
The Upsert operation writes vectors into a namespace.
- upsert(UpsertRequest) - Method in interface com.hw.pinecone.service.VectorService
-
The Upsert operation writes vectors into a namespace.
- UpsertRequest - Class in com.hw.pinecone.entity.vector
- UpsertRequest(List<Vector>) - Constructor for class com.hw.pinecone.entity.vector.UpsertRequest
- UpsertRequest(List<Vector>, String) - Constructor for class com.hw.pinecone.entity.vector.UpsertRequest
- UpsertResponse - Class in com.hw.pinecone.entity.vector
- UpsertResponse() - Constructor for class com.hw.pinecone.entity.vector.UpsertResponse
V
- valueOf(String) - Static method in enum class com.hw.pinecone.entity.index.Metric
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.hw.pinecone.entity.index.Metric
-
Returns an array containing the constants of this enum class, in the order they are declared.
- Vector - Class in com.hw.pinecone.entity.vector
- Vector(String, List<Float>) - Constructor for class com.hw.pinecone.entity.vector.Vector
- Vector(String, List<Float>, Map<String, Object>) - Constructor for class com.hw.pinecone.entity.vector.Vector
- VectorService - Interface in com.hw.pinecone.service
-
Vector Operations
All Classes and Interfaces|All Packages|Serialized Form