Spring-ai Add ChatClient support for returning ResponseEntity<ChatResponse, T>

ChatClient already provides the .chatResponse() method to return the entire ChatResponse instance. It also provides a se...

Spring-ai Bedrock AI models add usage information.

This PR closes: https://github.com/spring-projects/spring-ai/issues/600When Bedrock invokes model API, Bedrock will retu...

Spring-ai Fix typo chatclient.adoc

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

Spring-ai update embedding-api docs image

update #386 some parts in this image that were omitted as features were added, so I modified it to the latest version an...

Spring-ai Streaming chat client does not seem to work out of the box for Azure OpenAI, but, does for Bedrock Anthropic3

Bug description(Note: this is all a local test for now, but, the actual models being called are "production-ready", so t...

Spring-ai Overload QuestionAnswerAdvisor to use SearchRequest.defaults()

Although it's helpful to be able to customize the SearchRequest given to QuestionAnswerAdvisor, it's not uncommon to jus...

Spring-ai Adjust the options of the ZhiPuAiChatModel

This PR is adjust the options of the ZhiPuAiChatModel,re-examines and rewrites the options according to ZhiPuAI interfac...

Spring-ai Extend format to improve generate JSON

Add an additional instruction to the format for the model not to include markdown syntax for JSON quotes.Extend the conv...

Spring-ai Modified dependency

Changed dependency. Because this dependency is outdated.Comment From: eddumelendezThis is not valid coordinates. See htt...

Spring-ai Message Serialization: Enhance deserialization

BackgroundHey there, while developing with Spring Boot, I encountered issues with Jackson deserialization when storing h...

Spring-ai vector store initialize schema boolean

Hi this PR adds support for deferring the initialization of a vector store if the user didn't ask for it. updates a hand...

Spring-ai Add the support of Azure OpenAI image generation

Need for a projet, I implemented the support of Azure OpenAI for image generation. It's mainly a reuse of the design del...

Spring-ai Add the support of Azure OpenAI image generation

Need for a projet, I implemented the support of Azure OpenAI for image generation. It's mainly a reuse of the design del...

Spring-ai Calling Flux<ChatResponse>stream() returns unordered results

Bug descriptionCalling Fluxstream() returns unordered resultsEnvironment Spring AI version 1.0.0-SNAPSHOT , Java version...

Spring-ai Add Docker Compose Service Connection support

Add Docker Compose Service Connection for ChromaDBAdd Docker Compose Service Connection for OllamaAdd Docker Compose Ser...

Spring-ai Fix improper streaming behavior in data handling

Fix improper streaming behavior in data handlingResolved an issue where data was not being streamed correctly due to imp...

Spring-ai fix ZhiPu model batch embeddings

fixes #771the PR content:ZhiPu embedding client makes individual calls to embed document collection, fixes #771.add batc...

Spring-ai Add ChatClient plugable advisors support

Add RequestResponseAdvisor interface with adviseReqeust and adviseResponse methods. The adviseRequest method takes and r...

Spring-ai [BUG]The request body format for the ZhiPuAiEmbeddingModel.call method is incorrect

when invoke ZhiPuAiEmbeddingModel.call method, I get some error,like this then I check ZhiPuAiEmbeddingModel class and ...

Spring-ai move to Spring Boot 3.3.0

this PR moves Spring AI to Spring Boot 3.3.0 Comment From: markpollackfix instead in a60035eeb6ea57ca0b948eb2032b938a2ca...
上一页 下一页
.