Class PineconeVectorDbConfiguration

java.lang.Object
org.apache.camel.component.pinecone.PineconeVectorDbConfiguration
All Implemented Interfaces:
Cloneable

@Configurer @UriParams public class PineconeVectorDbConfiguration extends Object implements Cloneable
  • Constructor Details

    • PineconeVectorDbConfiguration

      public PineconeVectorDbConfiguration()
  • Method Details

    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
      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