Uses of Class
io.helidon.integrations.langchain4j.providers.ollama.OllamaStreamingChatModelConfig.BuilderBase
Packages that use OllamaStreamingChatModelConfig.BuilderBase
Package
Description
Provides integration with Ollama models.
-
Uses of OllamaStreamingChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.ollama
Classes in io.helidon.integrations.langchain4j.providers.ollama with type parameters of type OllamaStreamingChatModelConfig.BuilderBaseModifier and TypeClassDescriptionstatic class
OllamaStreamingChatModelConfig.BuilderBase<BUILDER extends OllamaStreamingChatModelConfig.BuilderBase<BUILDER,
PROTOTYPE>, PROTOTYPE extends OllamaStreamingChatModelConfig> Fluent API builder base forOllamaStreamingChatModelConfig
.Subclasses of OllamaStreamingChatModelConfig.BuilderBase in io.helidon.integrations.langchain4j.providers.ollamaModifier and TypeClassDescriptionstatic class
Fluent API builder forOllamaStreamingChatModelConfig
.Methods in io.helidon.integrations.langchain4j.providers.ollama with parameters of type OllamaStreamingChatModelConfig.BuilderBaseModifier and TypeMethodDescriptionOllamaStreamingChatModelConfig.BuilderBase.from
(OllamaStreamingChatModelConfig.BuilderBase<?, ?> builder) Update this builder from an existing prototype builder instance.Constructors in io.helidon.integrations.langchain4j.providers.ollama with parameters of type OllamaStreamingChatModelConfig.BuilderBaseModifierConstructorDescriptionprotected
Create an instance providing a builder.