Spring-ai Refactor MistralAi class and Fix OpenAi ToolChoiceBuilder value

Refactor MIstralAiStreamFunctionCallingHelper to MistralAiStreamFunctionCallingHelperReplace none to auto in OpenAi Tool...

Spring-ai Update azure-openai-chat.adoc

In v0.8.1, the property spring.ai.azure.openai.chat.options.model does not exist anymore. I have tried with spring.ai.az...

Spring-ai Update openai-chat.adoc - replace withDefaultOptions()

I found the .withDefaultOptions() is no longer found with new OpenAiChatClient in the 0.8 SNAPSHOT while trying out th...

Spring-ai Ollama: remove invalid embedding_only option

Fixes gh-503Comment From: tzolovThanks @ThomasVitale Comment From: tzolov@ThomasVitale please make sure to runt the test...

Spring-ai AzureVectorStore - Correct message grammar in the add method for a scenario when the document was not uploaded successfully

For a scenario when you are adding documents to the Azure AI Search Vector store (using the AzureVectorStore java implem...

Spring-ai FIX: Add watosnx.ai default model

This will fix the issue #510 Fix typo in watsonx.ai chat client documentationAdd default model to watsonx.ai chat client...

Spring-ai Fixed typo in ollama-chat.adoc

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Add the default model to the initial Vertex AI Gemini autoconfiguration chat properties

I'm not sure if there is a reason for it, but Vertex AI Gemini basic autoconfiguration didn't carry a default model, unl...

Spring-ai broken links in OpenAI docs

broken links in OpenAI docsThank you for taking time to contribute this pull request!You might have already read the [co...

Spring-ai fix: AzureOpenAiChatOptions to handle null values for presencePenalty and frequencyPenalty

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Fixing metadata for text splitting

A correction has been made to the "page_number" value, which corresponded to the last page number.Each chunk of text on ...

Spring-ai Fix Usage in Ollama ChatResponse

The Usage of Ollama ChatResponse was put into ChatGenerationMetadata as content filter metadata. The correct place shoul...

Spring-ai getPromptTokens() not fetching number of tokens used in the prompt

Bug descriptionI am using the chat client as below. This includes both user message and a system message.response = chat...

Spring-ai Support async client

Expected BehaviorSupport reactive model with OpenAI, such as https://learn.microsoft.com/en-us/java/api/com.azure.ai.ope...

Spring-ai Adding SAP HanaDB as a vector store.

Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...

Spring-ai Added support for function calling with sample test

I've changed the OpenAiChatClient to support function calling (in addition to plain queries) and have added a test that ...

Spring-ai How to use other Chat Models in spring ai ? such as chatglm

How to use other Chat Models in spring ai, such as chatglm . There are no relevant usage instructions in the project doc...

Spring-ai watsonx.ai invoke without chat options

Bug descriptionUsing WatsonxAiChatClient.call with a Prompt instance with no chat options defined will lead to an error...

Spring-ai Improve Ollama IT by caching the image with model

Hi,I have an improvement for OllamaAutoConfigurationIT which can help when working locally. The current issue as describ...

Spring-ai AbstractBedrockApi Streaming reusing of Flux Sink

I was using a single instance bean of chatClient and starting with the second call to the stream method i got an excepti...
上一页 下一页
.