Nineya
Home
Blog
Spring-ai Add ChatClient support for returning ResponseEntity<ChatResponse, T>
2025-01-14 05:19:15
607
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.
2025-01-14 05:19:12
2505
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
2025-01-14 05:19:10
376
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
2025-01-14 05:19:07
598
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
2025-01-14 05:19:04
11688
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()
2025-01-14 05:18:56
402
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
2025-01-14 05:18:53
255
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
2025-01-14 05:18:49
460
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
2025-01-14 05:18:46
287
Changed dependency. Because this dependency is outdated.Comment From: eddumelendezThis is not valid coordinates. See htt...
Spring-ai Message Serialization: Enhance deserialization
2025-01-14 05:18:43
3109
BackgroundHey there, while developing with Spring Boot, I encountered issues with Jackson deserialization when storing h...
Spring-ai vector store initialize schema boolean
2025-01-14 05:18:40
500
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
2025-01-14 05:18:38
403
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
2025-01-14 05:18:34
651
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
2025-01-14 05:18:31
6018
Bug descriptionCalling Fluxstream() returns unordered resultsEnvironment Spring AI version 1.0.0-SNAPSHOT , Java version...
Spring-ai Add Docker Compose Service Connection support
2025-01-14 05:18:21
39355
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
2025-01-14 05:18:18
1997
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
2025-01-14 05:18:15
218
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
2025-01-14 05:18:13
765
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
2025-01-14 05:18:10
374
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
2025-01-14 05:18:00
125
this PR moves Spring AI to Spring Boot 3.3.0 Comment From: markpollackfix instead in a60035eeb6ea57ca0b948eb2032b938a2ca...
上一页
下一页
1
…
1084
1085
1086
1087
1088
…
2246
.