Spring-ai Upgrade to latest version of Cypher-DSL.

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

public class CommonVectorStoreProperties {private boolean initializeSchema = true; ...}This should be false. The integ...

Spring-ai Ensure that ChatClient copies the input chatoptions

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

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

Remove inheritance from HashMapNo more subclasses per model providerBuilder class for ChatResponseComment From: tzolov@m...

Spring-ai Fix RetryTemplate retry condition

Fix RetryTemplate retry condition on SpringAiRetryAutoConfigurationRetryUtils was refereced.resolved #846see also #1073C...

Spring-ai Wrong default retry exceptions on RestTemplate

Bug descriptionThe SpringAiRetryAutoConfiguration configures the retry template with:.retryOn(NonTransientAiException.cl...

Spring-ai Add retry enabled property

Add spring.ai.retry.enabled property to SpringAiRetryAutoConfigurationApply spring.ai.retry.enabled property to docsreso...

Spring-ai Implement CassandraChatMemory

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

Description:This pull request adds the FUNCTION role property to the GeminiAiRequestModel class. This enhancement allows...

Spring-ai fix: test name error

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

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

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

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.

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

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

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

Small fix to register the JavaTimeModule to ObjectMapper in BeanOutputConverter.Comment From: tzolovThanks @v891

Spring-ai withSystemInstruction returns a new model

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

Refactor VertexAiChatModel's function calling handling to use Spring AI abstractions.Comment From: tzolovAccidentally me...
上一页 下一页
.