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 classOllamaStreamingChatModelConfig.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 classFluent 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.BuilderBaseModifierConstructorDescriptionprotectedCreate an instance providing a builder.