Nineya
Home
Blog
Spring-ai Add comment in MessageType for readability
2025-01-14 05:24:22
290
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
2025-01-14 05:24:20
1436
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
2025-01-14 05:24:18
731
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
2025-01-14 05:24:15
364
There several of different improvements. Regarding final modifiers Try with resources Lambda reference And otherComment ...
Spring-ai Add test for TextSplitter
2025-01-14 05:24:13
288
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(-)
2025-01-14 05:24:10
717
Bug fix for #943 .After some troubleshooting, I find that the bug was introduced by old-versioned StringTemplate4.There ...
Spring-ai Update chroma.adoc
2025-01-14 05:24:07
402
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
2025-01-14 05:24:05
345
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
2025-01-14 05:24:02
545
Add azure-identity dependencyEnable OpenAI API key and TokenCredential authadd the spring.ai.azure.openai.openai-api-key...
Spring-ai Microsoft Entra authentication
2025-01-14 05:24:00
1505
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
2025-01-14 05:23:57
646
Per a discussion with @markpollack, perhaps the evaluateQuestionAndAnswer() method in BasicEvaluationTest should accept ...
Spring-ai Bump Tika to avoid PDFBox conflicts
2025-01-14 05:23:54
486
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
2025-01-14 05:23:52
321
Fix #930Comment From: tzolovrebased, squashed and merged at f5b72242c03fd52688dcc3d741a188019e07170bComment From: tzolov...
Spring-ai Provide Anthropic Claude streaming Function Calling support
2025-01-14 05:23:49
354
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
2025-01-14 05:23:46
1040
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
2025-01-14 05:23:44
131
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
2025-01-14 05:23:41
765
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
2025-01-14 05:23:38
138
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
2025-01-14 05:23:36
2076
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
2025-01-14 05:23:31
609
More exhaustive error message when creating a Document.Comment From: tzolovThanks @Grogdunn, could you please fix the fo...
上一页
下一页
1
…
1079
1080
1081
1082
1083
…
2246
.