Spring-ai fix:when invoke ZhiPuAiEmbeddingModel.call method request body format error

when invoke ZhiPuAiEmbeddingModel.call method, I get some error,like this then check ZhiPuAiEmbeddingModel class and Zh...

Spring-ai [WIP] Initial chatcall implementation

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

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

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

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

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

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

Fixes gh-499Comment From: tzolovThanks @ThomasVitale This looks like a handy improvement that leverages the Spring ecosy...

Spring-ai Support for Spring Cloud Bindings

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.

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.

Closes #609 Previously, the code employed WebClient.builder() and RestClient.builder() directly for constructing instanc...

Spring-ai Support for customization of webclient for OpenAI

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

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

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

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

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…

PR content:Implemented the doChatCompletionStream method for the abstract class AbstractFunctionCallSupportissue linkI a...

Spring-ai Add comments and prevent IndexOutOfBounds in ImageResponse

Add comments in ImageResponse like ChatResponsePrevent IndexOutOfBounds in getResult functionUpdate toString for formatt...

Spring-ai improvement based MiniMax model client

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

Add comments in ImageResponse like ChatResponsePrevent IndexOutOfBounds in getResult functionUpdate toString for formatt...
上一页 下一页
.