Uses of Interface
io.helidon.integrations.langchain4j.providers.ollama.OllamaLanguageModelConfig
Packages that use OllamaLanguageModelConfig
Package
Description
Provides integration with Ollama models.
-
Uses of OllamaLanguageModelConfig in io.helidon.integrations.langchain4j.providers.ollama
Classes in io.helidon.integrations.langchain4j.providers.ollama with type parameters of type OllamaLanguageModelConfigModifier and TypeClassDescriptionstatic class
OllamaLanguageModelConfig.BuilderBase<BUILDER extends OllamaLanguageModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OllamaLanguageModelConfig> Fluent API builder base forOllamaLanguageModelConfig
.Classes in io.helidon.integrations.langchain4j.providers.ollama that implement OllamaLanguageModelConfigModifier 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 OllamaLanguageModelConfigModifier and TypeMethodDescriptionOllamaLanguageModelConfig.Builder.build()
OllamaLanguageModelConfig.Builder.buildPrototype()
static OllamaLanguageModelConfig
OllamaLanguageModelConfig.create()
Create a new instance with default values.static OllamaLanguageModelConfig
Create a new instance from configuration.Methods in io.helidon.integrations.langchain4j.providers.ollama with parameters of type OllamaLanguageModelConfigModifier and TypeMethodDescriptionOllamaLanguageModelConfig.builder
(OllamaLanguageModelConfig instance) Create a new fluent API builder from an existing instance.static dev.langchain4j.model.ollama.OllamaLanguageModel
OllamaLanguageModelFactory.create
(OllamaLanguageModelConfig config) Create the Ollama model from its configuration.OllamaLanguageModelConfig.BuilderBase.from
(OllamaLanguageModelConfig prototype) Update this builder from an existing prototype instance.