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 class
OllamaChatModelConfig.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 class
Generated 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 OllamaChatModelConfig
OllamaChatModelConfig.create()
Create a new instance with default values.static OllamaChatModelConfig
Create 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.static dev.langchain4j.model.ollama.OllamaChatModel
OllamaChatModelFactory.create
(OllamaChatModelConfig config) Create the Ollama model from its configuration.OllamaChatModelConfig.BuilderBase.from
(OllamaChatModelConfig prototype) Update this builder from an existing prototype instance.