Uses of Interface
io.helidon.integrations.langchain4j.EmbeddingStoreContentRetrieverConfig
Packages that use EmbeddingStoreContentRetrieverConfig
-
Uses of EmbeddingStoreContentRetrieverConfig in io.helidon.integrations.langchain4j
Classes in io.helidon.integrations.langchain4j with type parameters of type EmbeddingStoreContentRetrieverConfigModifier and TypeClassDescriptionstatic class
EmbeddingStoreContentRetrieverConfig.BuilderBase<BUILDER extends EmbeddingStoreContentRetrieverConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends EmbeddingStoreContentRetrieverConfig> Fluent API builder base forEmbeddingStoreContentRetrieverConfig
.Classes in io.helidon.integrations.langchain4j that implement EmbeddingStoreContentRetrieverConfigModifier and TypeClassDescriptionprotected static class
Generated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j that return EmbeddingStoreContentRetrieverConfigModifier and TypeMethodDescriptionEmbeddingStoreContentRetrieverConfig.Builder.build()
EmbeddingStoreContentRetrieverConfig.Builder.buildPrototype()
EmbeddingStoreContentRetrieverConfig.create()
Create a new instance with default values.Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j with parameters of type EmbeddingStoreContentRetrieverConfigModifier and TypeMethodDescriptionEmbeddingStoreContentRetrieverConfig.builder
(EmbeddingStoreContentRetrieverConfig instance) Create a new fluent API builder from an existing instance.static dev.langchain4j.rag.content.retriever.EmbeddingStoreContentRetriever
EmbeddingStoreContentRetrieverFactory.create
(EmbeddingStoreContentRetrieverConfig config) Create an instance of embedding store content retriever from configuration.EmbeddingStoreContentRetrieverConfig.BuilderBase.from
(EmbeddingStoreContentRetrieverConfig prototype) Update this builder from an existing prototype instance.