Uses of Interface
io.helidon.integrations.langchain4j.ContentRetrieverConfig
Packages that use ContentRetrieverConfig
-
Uses of ContentRetrieverConfig in io.helidon.integrations.langchain4j
Classes in io.helidon.integrations.langchain4j with type parameters of type ContentRetrieverConfigModifier and TypeClassDescriptionstatic classContentRetrieverConfig.BuilderBase<BUILDER extends ContentRetrieverConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends ContentRetrieverConfig> Fluent API builder base forContentRetrieverConfig.Classes in io.helidon.integrations.langchain4j that implement ContentRetrieverConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j that return ContentRetrieverConfigModifier and TypeMethodDescriptionContentRetrieverConfig.Builder.build()ContentRetrieverConfig.Builder.buildPrototype()static ContentRetrieverConfigDeprecated.static ContentRetrieverConfigCreate a new instance from configuration.Methods in io.helidon.integrations.langchain4j with parameters of type ContentRetrieverConfigModifier and TypeMethodDescriptionContentRetrieverConfig.builder(ContentRetrieverConfig instance) Create a new fluent API builder from an existing instance.ContentRetrieverConfig.BuilderBase.from(ContentRetrieverConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)