spring-projects/spring-ai

Split OllamaOptions to Chat and Embedding specific Options

Open

#3,926 opened on Jul 28, 2025

View on GitHub
 (3 comments) (1 reaction) (0 assignees)Java (2,617 forks)auto 404
enhancementhelp wantedollama

Repository metrics

Stars
 (8,872 stars)
PR merge metrics
 (Avg merge 2d 1h) (50 merged PRs in 30d)

Description

Currently, OllamaOptions is of both ToolCallingChatOptions and EmbeddingOptions. It would be better if we can have OllamaChatOptions and OllamaEmbeddingOptions. While implementing this, we need to deprecate the existing OllamaOptions for backwards compatibility.

Contributor guide