Uses of Interface
org.apache.camel.builder.endpoint.dsl.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder
Packages that use LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder
-
Uses of LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilderModifier and TypeMethodDescriptionStaticEndpointBuilders.langchain4jEmbeddingstore(String path) LangChain4j Embedding Store (camel-langchain4j-embeddingstore) Perform operations on the Langchain4jEmbeddingStores.StaticEndpointBuilders.langchain4jEmbeddingstore(String componentName, String path) LangChain4j Embedding Store (camel-langchain4j-embeddingstore) Perform operations on the Langchain4jEmbeddingStores. -
Uses of LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilderModifier and TypeMethodDescriptionLangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.action(String action) The operation to perform: ADD, REMOVE, or SEARCH.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.action(org.apache.camel.component.langchain4j.embeddingstore.LangChain4jEmbeddingStoreAction action) The operation to perform: ADD, REMOVE, or SEARCH.LangChain4jEmbeddingStoreEndpointBuilderFactory.AdvancedLangChain4jEmbeddingStoreEndpointBuilder.basic()LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.embeddingStore(dev.langchain4j.store.embedding.EmbeddingStore<dev.langchain4j.data.segment.TextSegment> embeddingStore) Direct embedding store instance for vector operations.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.embeddingStore(String embeddingStore) Direct embedding store instance for vector operations.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.embeddingStoreFactory(String embeddingStoreFactory) The embedding store factory to use for creating embedding stores if no embeddingstore is provided.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.embeddingStoreFactory(org.apache.camel.component.langchain4j.embeddingstore.EmbeddingStoreFactory embeddingStoreFactory) The embedding store factory to use for creating embedding stores if no embeddingstore is provided.LangChain4jEmbeddingStoreEndpointBuilderFactory.endpointBuilder(String componentName, String path) LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreBuilders.langchain4jEmbeddingstore(String path) LangChain4j Embedding Store (camel-langchain4j-embeddingstore) Perform operations on the Langchain4jEmbeddingStores.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreBuilders.langchain4jEmbeddingstore(String componentName, String path) LangChain4j Embedding Store (camel-langchain4j-embeddingstore) Perform operations on the Langchain4jEmbeddingStores.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.maxResults(Integer maxResults) Maximum number of results to return for SEARCH operation.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.maxResults(String maxResults) Maximum number of results to return for SEARCH operation.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.minScore(Double minScore) Minimum similarity score threshold for SEARCH operation (0.0 to 1.0).LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.minScore(String minScore) Minimum similarity score threshold for SEARCH operation (0.0 to 1.0).LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.returnTextContent(boolean returnTextContent) When true, SEARCH returns List with text content instead of List.LangChain4jEmbeddingStoreEndpointBuilderFactory.LangChain4jEmbeddingStoreEndpointBuilder.returnTextContent(String returnTextContent) When true, SEARCH returns List with text content instead of List.