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 classOllamaStreamingChatModelConfig.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 classGenerated 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.Deprecated.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.OllamaStreamingChatModelConfig.BuilderBase.from(OllamaStreamingChatModelConfig prototype) Update this builder from an existing prototype instance.
create(io.helidon.config.Config)