Spring-ai Add comment in MessageType for readability

When I first saw MessageType, I didn't understand easily what each value meant. So I wrote an comment by referring to th...

Spring-ai Prompt template validation failed due to the variable name contains hyphen(-) symbol

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 Improve Anthropic Claude streaming handling

add StreamEven API domain model for reliably parsing stream events.add StreamHelper#mergeToolUseEvents to aggregate part...

Spring-ai Different improvements, regarding final modifiers, try with resources, and other

There several of different improvements. Regarding final modifiers Try with resources Lambda reference And otherComment ...

Spring-ai Add test for TextSplitter

Add test for incorrect page number in TextSplitter(TextSplitter#doSplitDocuments)I wrote test code for the following iss...

Spring-ai Bug fix: fix failed prompt template validation if a variable name contains hyphen(-)

Bug fix for #943 .After some troubleshooting, I find that the bug was introduced by old-versioned StringTemplate4.There ...

Spring-ai Update chroma.adoc

There is a parameter missing. Would avoid confusionThank you for taking time to contribute this pull request!You might h...

Spring-ai Add Minimax auto-configuration

This PR added org.springframework.ai.autoconfigure.minimax.MiniMaxAutoConfiguration to the org.springframework.boot.auto...

Spring-ai Azure AI: Support OpenAI key and MS Entra auth

Add azure-identity dependencyEnable OpenAI API key and TokenCredential authadd the spring.ai.azure.openai.openai-api-key...

Spring-ai Microsoft Entra authentication

Please add Microsoft Entra authentication for Azure:https://learn.microsoft.com/en-us/azure/ai-services/openai/reference...

Spring-ai Accept String answer in BasicEvaluationTest instead of ChatResponse

Per a discussion with @markpollack, perhaps the evaluateQuestionAndAnswer() method in BasicEvaluationTest should accept ...

Spring-ai Bump Tika to avoid PDFBox conflicts

Apache tika 2.x.x wants old version of PDFBox 2.x, bump to tika 3.0.0-BETA that want PDFBox 3.x. With this we can use Ti...

Spring-ai Provide Anthropic Claude streaming Function Calling support

Fix #930Comment From: tzolovrebased, squashed and merged at f5b72242c03fd52688dcc3d741a188019e07170bComment From: tzolov...

Spring-ai Provide Anthropic Claude streaming Function Calling support

Currently provide Anthropic support only non-streaming function calling. Extend the support for streaming similar to Ope...

Spring-ai Typo in ParameterizedTypeReference Example - Spring AI Documentation

I'd like to report a typo in the Spring AI documentation section on Chat Client API "Returning an Entity."(https://docs....

Spring-ai Update typo mistake in chatclient.adoc

This change resolves issue issue #966 by correcting the typo mistake.signed-off-by : Ashwin Krishna K [ashwinkrishna7151...

Spring-ai Accept response as a String instead of ChatResponse in EvaluationRequest

This is similar to https://github.com/spring-projects/spring-ai/pull/948, but applied to EvaluatorRequest. Aside from be...

Spring-ai Changes related to Typo mistakes in chatClient.adoc

This change resolves issue #966 and issue #968 by correcting the typo mistake.signed-off-by : Ashwin Krishna K ashwinkri...

Spring-ai Typo in 'Default System Text with parameters' Example - Spring AI Documentation

I'd like to report a typo in the Spring AI documentation section on Chat Client API "Default System Text with parameters...

Spring-ai :fix: constructor error messages

More exhaustive error message when creating a Document.Comment From: tzolovThanks @Grogdunn, could you please fix the fo...
上一页 下一页
.