Spring-ai Add Azure OpenAI Chat and Embedding Options

Add AzureOpenAiChatOptionsAdd default options field to AzureOpenAiChatClient.Impl runtime (e.g. prompt) and default opti...

Spring-ai Revisit package structure in light of multiple model data types

Currently we have the structureorg.sf.ai.chatorg.sf.ai.promptorg.sf.ai.prompt.messagesThis doesn't feel right for severa...

Spring-ai Review capitalization of enumeration names

#208 Review capitalization of enumeration namesComment From: markpollackThanks, we got to this work before looking at yo...

Spring-ai Initial prototype for transcription api (eg. OpenAI Whisper) - WIP

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Add OpenAiImageClient auto-configuration

Fixes gh-289Comment From: tzolovThank you @ThomasVitale , will review it shortly Comment From: tzolovGreat job @ThomasV...

Spring-ai Missing OpenAiImageClient spring boot auto-configuration.

The OpenAiImageClient doesn't provide boot auto-configuration. Comment From: ThomasVitale@tzolov if needed, I'm availabl...

Spring-ai Fix the Options merging logic in the OpenAiImageClient#call

Current options merging behaviour in: https://github.com/spring-projects/spring-ai/blob/c1d30345698cad439a4789e3255e22ce...

Spring-ai Add OpenAi Chat and Embedding Options

Add OpenAiChatOptionsAdd OpenAiChatOptions that implements ChatOptions and exposes all OpenAi request options, except me...

Spring-ai Update openai.adoc

i don't see any generate(message) method in ChatClient interface in package org.springframework.ai.chat;Thank you for t...

Spring-ai Add OpenAi Chat Options

Add OpenAiChatOptions that implements ChatOptions and exposes all OpenAi request options, except messages and stream.Add...

Spring-ai [Ollama] ChatClient throws NPE after recent upgrade

Bug descriptionAfter the recent updates, the ChatClient for Ollama started throwing NullPointerException when invoking t...

Spring-ai [Ollama] System messages are excluded from the ChatRequest to Ollama

Bug descriptionWhen using the ChatClient implementation for Ollama, any Message included in the Prompt with a SYSTEM mes...

Spring-ai ChromaVectorStore throws NullPointerException on document add

Bug descriptionWhen adding a document to ChromaVectorStore, a NullPointerException is thrown if the add was successful. ...

Spring-ai Add AssistantPromptTemplate override method createMessage()

I found that when using the project, the MessageType is still USER instead of the expected ASSISTANT when using Assistan...

Spring-ai Typo in Azure OpenAI documentation

The Getting Started heading has a typo in Azure OpenAI section of the docs.Comment From: rai-sandeepI submitted a pull r...

Spring-ai Create AutoConfiguration for PostgremML

Comment From: usrivastava92@markpollack The PR is ready for review, Is there anything additional I should address aside ...

Spring-ai PostgresML Auto Configuration

This pull request adds AutoConfiguration for PostgresML.Checklist:* Sign the contributor license agreement ✅ * Rebase yo...

Spring-ai Include metadata for nested config props in Ollama

Fixes gh-246Comment From: markpollackThanks, will be reviewing this across the code base.Comment From: ThomasVitale@mark...

Spring-ai Align the Embedding api with the new meta-model

Craete new EmbeddingOptions -> ModelOptions, EmbeddigRequest -> ModelRequest, EmbeddingResponseMetadata -> Resp...

Spring-ai [Ollama] Missing metadata for nested configuration properties

Bug descriptionWhen using the Ollama Spring Boot Starter dependency, the nested properties within OllamaChatProperties a...
上一页 下一页
.