spring-projects/spring-ai

Split OllamaOptions to Chat and Embedding specific Options

Open

#3,926 opened on 2025年7月28日

GitHub で見る
 (3 comments) (1 reaction) (0 assignees)Java (2,617 forks)auto 404
enhancementhelp wantedollama

Repository metrics

Stars
 (8,872 stars)
PR merge metrics
 (平均マージ 2d 1h) (30d で 50 merged PRs)

説明

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.

コントリビューターガイド