Uses of Interface
org.apache.camel.builder.component.dsl.PineconeComponentBuilderFactory.PineconeComponentBuilder
Packages that use PineconeComponentBuilderFactory.PineconeComponentBuilder
-
Uses of PineconeComponentBuilderFactory.PineconeComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return PineconeComponentBuilderFactory.PineconeComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.pinecone()Pinecone (camel-pinecone) Perform operations on the Pinecone Vector Database. -
Uses of PineconeComponentBuilderFactory.PineconeComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement PineconeComponentBuilderFactory.PineconeComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return PineconeComponentBuilderFactory.PineconeComponentBuilderModifier and TypeMethodDescriptionPineconeComponentBuilderFactory.PineconeComponentBuilder.action(org.apache.camel.component.pinecone.PineconeVectorDbAction action) Action to perform.PineconeComponentBuilderFactory.PineconeComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.Sets the cloud type to use (aws/gcp/azure).PineconeComponentBuilderFactory.PineconeComponentBuilder.cloudRegion(String cloudRegion) Sets the cloud region.PineconeComponentBuilderFactory.PineconeComponentBuilder.collectionDimension(Integer collectionDimension) Sets the Collection Dimension to use (1-1536).PineconeComponentBuilderFactory.PineconeComponentBuilder.collectionSimilarityMetric(String collectionSimilarityMetric) Sets the Collection Similarity Metric to use (cosine/euclidean/dotproduct).PineconeComponentBuilderFactory.PineconeComponentBuilder.configuration(org.apache.camel.component.pinecone.PineconeVectorDbConfiguration configuration) The configuration;.Sets a custom host URL to connect to.Sets the index name to use.PineconeComponentBuilderFactory.PineconeComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).PineconeComponentBuilderFactory.pinecone()Pinecone (camel-pinecone) Perform operations on the Pinecone Vector Database.Set the proxy host.Set the proxy port.PineconeComponentBuilderFactory.PineconeComponentBuilder.tls(boolean tls) Whether the client uses Transport Layer Security (TLS) to secure communications.Sets the API key to use for authentication.