Interface WeaviateVectorDbEndpointBuilderFactory.WeaviateVectorDbBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
WeaviateVectorDbEndpointBuilderFactory
public static interface WeaviateVectorDbEndpointBuilderFactory.WeaviateVectorDbBuilders
-
Method Summary
Modifier and TypeMethodDescriptionweaviate()weaviate (camel-weaviate) Perform operations on the Weaviate Vector Database.weaviate (camel-weaviate) Perform operations on the Weaviate Vector Database.weaviate (camel-weaviate) Perform operations on the Weaviate Vector Database.
-
Method Details
-
weaviate
weaviate (camel-weaviate) Perform operations on the Weaviate Vector Database. Category: database,ai Since: 4.12 Maven coordinates: org.apache.camel:camel-weaviate- Returns:
- the dsl builder for the headers' name.
-
weaviate
default WeaviateVectorDbEndpointBuilderFactory.WeaviateVectorDbEndpointBuilder weaviate(String path) weaviate (camel-weaviate) Perform operations on the Weaviate Vector Database. Category: database,ai Since: 4.12 Maven coordinates: org.apache.camel:camel-weaviate Syntax:weaviate:collectionPath parameter: collection (required) The collection Name- Parameters:
path- collection- Returns:
- the dsl builder
-
weaviate
default WeaviateVectorDbEndpointBuilderFactory.WeaviateVectorDbEndpointBuilder weaviate(String componentName, String path) weaviate (camel-weaviate) Perform operations on the Weaviate Vector Database. Category: database,ai Since: 4.12 Maven coordinates: org.apache.camel:camel-weaviate Syntax:weaviate:collectionPath parameter: collection (required) The collection Name- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- collection- Returns:
- the dsl builder
-