Package io.helidon.integrations.langchain4j.providers.ollama
package io.helidon.integrations.langchain4j.providers.ollama
Provides integration with Ollama models.
-
ClassDescriptionConfiguration class for the Ollama chat model,
OllamaChatModel
.Fluent API builder forOllamaChatModelConfig
.OllamaChatModelConfig.BuilderBase<BUILDER extends OllamaChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OllamaChatModelConfig> Fluent API builder base forOllamaChatModelConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.Factory for a configuredOllamaChatModel
.Configuration class for the Ollama embedding model,OllamaEmbeddingModel
.Fluent API builder forOllamaEmbeddingModelConfig
.OllamaEmbeddingModelConfig.BuilderBase<BUILDER extends OllamaEmbeddingModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OllamaEmbeddingModelConfig> Fluent API builder base forOllamaEmbeddingModelConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.Factory for a configuredOllamaEmbeddingModel
.Configuration class for the Ollama language model,OllamaLanguageModel
.Fluent API builder forOllamaLanguageModelConfig
.OllamaLanguageModelConfig.BuilderBase<BUILDER extends OllamaLanguageModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OllamaLanguageModelConfig> Fluent API builder base forOllamaLanguageModelConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.Factory for a configuredOllamaLanguageModel
.Configuration class for the Ollama streaming chat model,OllamaStreamingChatModel
.Fluent API builder forOllamaStreamingChatModelConfig
.OllamaStreamingChatModelConfig.BuilderBase<BUILDER extends OllamaStreamingChatModelConfig.BuilderBase<BUILDER,PROTOTYPE>, PROTOTYPE extends OllamaStreamingChatModelConfig> Fluent API builder base forOllamaStreamingChatModelConfig
.Generated implementation of the prototype, can be extended by descendant prototype implementations.Factory for a configuredOllamaStreamingChatModel
.