JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
io.quarkiverse.langchain4j.pinecone.runtime
Interface PineconeIndexOperationsApi
@Consumes("application/json") @Produces("application/json") @Path("/")
public interface
PineconeIndexOperationsApi
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
createIndex
(
CreateIndexRequest
request)
List
<
String
>
listIndexes
()
Method Details
createIndex
@POST @Path("/databases")
void
createIndex
(
CreateIndexRequest
request)
listIndexes
@GET @Path("/databases")
List
<
String
>
listIndexes
()