Nineya
Home
Blog
Spring-ai Upgrade to latest version of Cypher-DSL.
2025-01-14 05:26:37
290
Also use the bom, so if anyone combines it with Spring Data, things settle at some common version.Comment From: tzolovTh...
Spring-ai Change default of schema initialization of vector stores from true to false
2025-01-14 05:26:33
267
public class CommonVectorStoreProperties {private boolean initializeSchema = true; ...}This should be false. The integ...
Spring-ai Ensure that ChatClient copies the input chatoptions
2025-01-14 05:26:31
377
introduce copy() method to the ChatOptions.make sure that the DefaultChatClientRequestSpec takes a copy of the input cha...
Spring-ai ChatClient mutates the default chat options instead of using a copy of it
2025-01-14 05:26:29
1947
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring-ai Update to ResponseMetadata design
2025-01-14 05:26:26
625
Remove inheritance from HashMapNo more subclasses per model providerBuilder class for ChatResponseComment From: tzolov@m...
Spring-ai Fix RetryTemplate retry condition
2025-01-14 05:26:24
285
Fix RetryTemplate retry condition on SpringAiRetryAutoConfigurationRetryUtils was refereced.resolved #846see also #1073C...
Spring-ai Wrong default retry exceptions on RestTemplate
2025-01-14 05:26:21
712
Bug descriptionThe SpringAiRetryAutoConfiguration configures the retry template with:.retryOn(NonTransientAiException.cl...
Spring-ai Add retry enabled property
2025-01-14 05:26:18
289
Add spring.ai.retry.enabled property to SpringAiRetryAutoConfigurationApply spring.ai.retry.enabled property to docsreso...
Spring-ai Implement CassandraChatMemory
2025-01-14 05:26:15
989
And, fix initialize-schema docs and so that it actually works.In action here: https://github.com/datastax/ai-agent-java/...
Spring-ai Update FUNCTION role case property to GeminiRequest
2025-01-14 05:26:12
716
Description:This pull request adds the FUNCTION role property to the GeminiAiRequestModel class. This enhancement allows...
Spring-ai fix: test name error
2025-01-14 05:26:09
388
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Add high-level function calling support for Azure OpenAI
2025-01-14 05:26:06
2087
Resolves #613, #1042Comment From: timostarkThanks, that PR is actually very similar to mine :-) .. Generally three remar...
Spring-ai Correct grammar in RAG and Function Calling sections
2025-01-14 05:26:02
145
Corrects grammar in "AI Concepts" document, "Retrieval Augmented Generation" and "Function Calling" sections.Comment Fro...
Spring-ai Misspellings on spring.io/projects/spring-ai project page
2025-01-14 05:26:00
1712
Hi Team-I apologize in advance for filing this issue ticket here, but I am not really sure where to file issue tickets f...
Spring-ai Review how URLs are composed in AI model clients to allow flexibility to change the version field in the URL path.
2025-01-14 05:25:48
1358
Several of the AI model implementations add /v1/<path-to-functionality> to the base url. For example the base url...
Spring-ai Multiple Roundtrips for functions calls are failing in Azure OpenAI Chat Chatcompletion
2025-01-14 05:25:45
4972
If the user question (or the available functions) force multiple roundtrips of the user flow, the existing Azure OpenAI ...
Spring-ai [Azure OpenAI] Function calling - Can't execute multiple function calls
2025-01-14 05:25:39
3658
Bug descriptionWhen there should be multiple function calls for a single question, only one call is made because AzureOp...
Spring-ai Registering JavaTimeModule to ObjectMapper
2025-01-14 05:25:34
113
Small fix to register the JavaTimeModule to ObjectMapper in BeanOutputConverter.Comment From: tzolovThanks @v891
Spring-ai withSystemInstruction returns a new model
2025-01-14 05:25:31
1016
see also https://github.com/spring-projects/spring-ai/issues/1030Comment From: turchincI tested this locally by replacin...
Spring-ai High-level API function calling support for VertexAI Gemini
2025-01-14 05:25:28
168
Refactor VertexAiChatModel's function calling handling to use Spring AI abstractions.Comment From: tzolovAccidentally me...
上一页
下一页
1
…
1077
1078
1079
1080
1081
…
2246
.