Uses of Interface
io.helidon.integrations.langchain4j.providers.ollama.OllamaChatModelConfig
Packages that use OllamaChatModelConfig
Package
Description
Provides integration with Ollama models.
-
Uses of OllamaChatModelConfig in io.helidon.integrations.langchain4j.providers.ollama
Classes in io.helidon.integrations.langchain4j.providers.ollama with type parameters of type OllamaChatModelConfigModifier and TypeClassDescriptionstatic classOllamaChatModelConfig.BuilderBase<BUILDER extends OllamaChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OllamaChatModelConfig> Fluent API builder base forOllamaChatModelConfig.Classes in io.helidon.integrations.langchain4j.providers.ollama that implement OllamaChatModelConfigModifier and TypeClassDescriptionprotected static classGenerated implementation of the prototype, can be extended by descendant prototype implementations.Methods in io.helidon.integrations.langchain4j.providers.ollama that return OllamaChatModelConfigModifier and TypeMethodDescriptionOllamaChatModelConfig.Builder.build()OllamaChatModelConfig.Builder.buildPrototype()static OllamaChatModelConfigOllamaChatModelConfig.create()Create a new instance with default values.static OllamaChatModelConfigDeprecated.static OllamaChatModelConfigCreate a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.ollama with parameters of type OllamaChatModelConfigModifier and TypeMethodDescriptionOllamaChatModelConfig.builder(OllamaChatModelConfig instance) Create a new fluent API builder from an existing instance.OllamaChatModelConfig.BuilderBase.from(OllamaChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)