Class CreateIndexRequest
java.lang.Object
io.quarkiverse.langchain4j.pinecone.runtime.CreateIndexRequest
Represents a Create index operation against Pinecone.
See the API documentation.
Note that after the successful request, Pinecone takes some time (usually up tens of seconds) for the index to start being
usable.
-
Constructor Summary
ConstructorsConstructorDescriptionCreateIndexRequest
(String name, Integer dimension, DistanceMetric metric, CreateIndexSpec spec) -
Method Summary
-
Constructor Details
-
CreateIndexRequest
public CreateIndexRequest(String name, Integer dimension, DistanceMetric metric, CreateIndexSpec spec)
-
-
Method Details
-
getName
-
getDimension
-
getMetric
-
getSpec
-