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