Nineya
Home
Blog
Spring-ai fix:when invoke ZhiPuAiEmbeddingModel.call method request body format error
2025-01-14 05:17:58
682
when invoke ZhiPuAiEmbeddingModel.call method, I get some error,like this then check ZhiPuAiEmbeddingModel class and Zh...
Spring-ai [WIP] Initial chatcall implementation
2025-01-14 05:17:48
2456
ChatCall encapsulates the steps of using ChatClient into an object named ChatCall. The ChatCall is created using a flue...
Spring-ai #690 choices can be null look at OpenAiApi.java:606
2025-01-14 05:17:44
434
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai docs(qdrant): added additional info to setup api key for qdrant
2025-01-14 05:17:41
383
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai [Azure OpenAI] added support for response format in chat options
2025-01-14 05:17:38
525
This pull request adds support for the response format option that enforces a specific format from Azure OpenAI chat mod...
Spring-ai Update concepts.adoc documentation for clarity and accuracy
2025-01-14 05:17:36
285
This PR updates the documentation related to function invocation on the Spring AI / AI Concepts project page.Enhancing o...
Spring-ai Create GenerativeTextTemplate that streamlines usage of AiClient, Prompts, and OutputParsers
2025-01-14 05:17:34
3415
There is an analogy to make between GenerationTemplate and JdbcTemplate that will help simplify the use of the lower lev...
Spring-ai Introduce auto-configuration for Cloud Bindings
2025-01-14 05:17:31
208
Fixes gh-499Comment From: tzolovThanks @ThomasVitale This looks like a handy improvement that leverages the Spring ecosy...
Spring-ai Support for Spring Cloud Bindings
2025-01-14 05:17:28
1338
The Service Binding API is a Kubernetes specification to automatically bind backing services to applications. In the Spr...
Spring-ai ImageResponse cannot be parsed by Spring MVC as a ModelResponse object.
2025-01-14 05:17:26
561
Bug descriptionI'm attempting to return the ImageResponse as a ModelResponse, which passes successfully in unit tests bu...
Spring-ai fix: Use WebClient.Builder and RestClient.Builder From Spring Dependency Injection Mechanism for OpenAI.
2025-01-14 05:17:07
926
Closes #609 Previously, the code employed WebClient.builder() and RestClient.builder() directly for constructing instanc...
Spring-ai Support for customization of webclient for OpenAI
2025-01-14 05:17:05
2180
Bug descriptionGetting Error while doing chatClient.stream(prompt).This only happens for chatClient.stream(prompt). My f...
Spring-ai Add ChatClient.Builder auto-configuraiton support
2025-01-14 05:17:02
173
add ChatClinetCustomizer support.add enable/disable property - enabled by default.add ITs.Comment From: tzolovsquashed a...
Spring-ai VertexAIGeminiChat unable to connect to GCP/VertexAI when using credentials.json file
2025-01-14 05:16:59
769
I am trying to use VertexAIGeminiChat module in my spring boot app, but when I use a service account json file in creden...
Spring-ai fix: wrong operator in neo4j vector store filter expression
2025-01-14 05:16:56
464
Hello, this PR fixes an issue with the neo4j vector store. Currently it is not possible to use the "Not equals" filter e...
Spring-ai Add getContent() method to ChatResponse
2025-01-14 05:16:54
762
Simple convenience method on ChatRespoonse to return the content of the first generation.Although ChatResponse has many ...
Spring-ai fix: Implemented the doChatCompletionStream abstract method for abstr…
2025-01-14 05:16:51
322
PR content:Implemented the doChatCompletionStream method for the abstract class AbstractFunctionCallSupportissue linkI a...
Spring-ai Add comments and prevent IndexOutOfBounds in ImageResponse
2025-01-14 05:16:48
237
Add comments in ImageResponse like ChatResponsePrevent IndexOutOfBounds in getResult functionUpdate toString for formatt...
Spring-ai improvement based MiniMax model client
2025-01-14 05:16:45
1068
This PR is an improvement based on the review feedback for the previous PR #628.the PR content:1. remove useless method ...
Spring-ai Add comments and prevent IndexOutOfBounds in ImageResponse
2025-01-14 05:16:42
155
Add comments in ImageResponse like ChatResponsePrevent IndexOutOfBounds in getResult functionUpdate toString for formatt...
上一页
下一页
1
…
1085
1086
1087
1088
1089
…
2246
.