Class PineconeVectorDbConfiguration
java.lang.Object
org.apache.camel.component.pinecone.PineconeVectorDbConfiguration
- All Implemented Interfaces:
Cloneable
-
Constructor Details
-
PineconeVectorDbConfiguration
public PineconeVectorDbConfiguration()
-
-
Method Details
-
getToken
-
setToken
Sets the API key to use for authentication -
getClient
public io.pinecone.clients.Pinecone getClient() -
setClient
public void setClient(io.pinecone.clients.Pinecone client) Reference to a `io.pinecone.clients.Pinecone`. -
copy
-