Interface QdrantEndpointBuilderFactory.QdrantBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
QdrantEndpointBuilderFactory

public static interface QdrantEndpointBuilderFactory.QdrantBuilders
  • Method Details

    • qdrant

      Qdrant (camel-qdrant) Perform operations on the Qdrant Vector Database. Category: database,ai Since: 4.5 Maven coordinates: org.apache.camel:camel-qdrant
      Returns:
      the dsl builder for the headers' name.
    • qdrant

      Qdrant (camel-qdrant) Perform operations on the Qdrant Vector Database. Category: database,ai Since: 4.5 Maven coordinates: org.apache.camel:camel-qdrant Syntax: qdrant:collection Path parameter: collection (required) The collection Name
      Parameters:
      path - collection
      Returns:
      the dsl builder
    • qdrant

      default QdrantEndpointBuilderFactory.QdrantEndpointBuilder qdrant(String componentName, String path)
      Qdrant (camel-qdrant) Perform operations on the Qdrant Vector Database. Category: database,ai Since: 4.5 Maven coordinates: org.apache.camel:camel-qdrant Syntax: qdrant:collection Path parameter: collection (required) The collection Name
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - collection
      Returns:
      the dsl builder