Uses of Interface
org.apache.camel.builder.component.dsl.QdrantComponentBuilderFactory.QdrantComponentBuilder
Packages that use QdrantComponentBuilderFactory.QdrantComponentBuilder
-
Uses of QdrantComponentBuilderFactory.QdrantComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return QdrantComponentBuilderFactory.QdrantComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.qdrant()Qdrant (camel-qdrant) Perform operations on the Qdrant Vector Database. -
Uses of QdrantComponentBuilderFactory.QdrantComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement QdrantComponentBuilderFactory.QdrantComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return QdrantComponentBuilderFactory.QdrantComponentBuilderModifier and TypeMethodDescriptionSets the API key to use for authentication.QdrantComponentBuilderFactory.QdrantComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.QdrantComponentBuilderFactory.QdrantComponentBuilder.configuration(org.apache.camel.component.qdrant.QdrantConfiguration configuration) The configuration;.The host to connect to.QdrantComponentBuilderFactory.QdrantComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).QdrantComponentBuilderFactory.QdrantComponentBuilder.port(int port) The port to connect to.QdrantComponentBuilderFactory.qdrant()Qdrant (camel-qdrant) Perform operations on the Qdrant Vector Database.Sets a default timeout for all requests.QdrantComponentBuilderFactory.QdrantComponentBuilder.tls(boolean tls) Whether the client uses Transport Layer Security (TLS) to secure communications.