Spring-ai OpenAiApi: ToolChoice incorrect for ToolChoiceBuilder.FUNCTION("functionName")

Bug descriptionChatCompletionRequest property toolChoice is always a string however for specifying particular function t...

Spring-ai Support keep-alive and format options in Ollama chat requests

I added an OllamaChatRequestOptions class and wired it into call() and stream() in OllamaChatClient. It's optional and w...

Spring-ai Ollama: Added missing fields in API

Fixes gh-553Comment From: tzolovHey @ThomasVitale , thanks for improving this. It looks related to the aca8ffd400fd3e385...

Spring-ai [Ollama] Missing fields in API

The keep_alive field in the Ollama requests objects are missing. (option that might become more configurable in https://...

Spring-ai Feat: Add additional parameter to WatsonxAiChatOptions

Some custom models may include extra parameters, so the idea is to define all the common parameters but add and addition...

Spring-ai [OpenAI] Missing fields in API

The Chat API is missing these optional fields (https://platform.openai.com/docs/api-reference/chat):logprobstop_logprobs...

Spring-ai fix statistic Issue for Ollama

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

Spring-ai Update spring-boot version to 3.2.4

Spring Boot 3.2.4 offers Testcontainers 1.19.7, which provides all the modules needed by Spring AI. So, fixed testcontai...

Spring-ai #426 -Fixed typo in Bedrock Titan chat option exception

Fixed typo in Bedrock Titan chat option for UnsupportedOperationException. I have changed the type from 'Titian' to 'Tit...

Spring-ai Fix RedisVectorStore not closing Jedis pipelines

Fixes https://github.com/spring-projects/spring-ai/issues/422 using try-with-resources.Comment From: tzolov@Bragolgirith...

Spring-ai Fix Typos and Grammatical Errors

In this pull request, I have corrected typographical and grammatical errors.The main points of correction are as follows...

Spring-ai Fix typo in model name, fixed #442

Fixed #442 var openAiApi = new OpenAiApi(System.getenv("OPENAI_API_KEY"));var chatClient = new OpenAiChatClien...

Spring-ai Allow more customization for Neo4j store (id and constraint).

Some users' use-cases going not the complete SpringAI path from document creation to search (and chat) but are working w...

Spring-ai Add PostgresMlAutoConfiguration to AutoConfiguration.imports

It seems to have been missed in https://github.com/spring-projects/spring-ai/issues/242.Comment From: tzolovYeh, nice ca...

Spring-ai Remove withReuse in MongoDBAtlasContainer

Reuse Container is a Testcontainers experimental feature. It requires testcontainers.reuse.enable=true in ~/.testcontain...

Spring-ai Update list of supported AI models in the main README.MD

While reading the README I have noticed an incomplete list of models and updated it based on what I see in the pom.xml m...

Spring-ai Update OpenAiStreamFunctionCallingHelper.java

preventing the occurrence of null pointers.Thank you for taking time to contribute this pull request!You might have alre...

Spring-ai Add MongoDB Atlas vector store auto-configuration

It also provides a starter.Avoid using spring-ai-openai-spring-boot-starter in spring-ai-mongodb-atlas-store.Fixes #455 ...

Spring-ai Update azure-openai-embeddings.adoc

Corrected the property prefix related to embeddings for Azure Open AI. The prefix had 'embeddings' in plural. The actual...

Spring-ai Update getting-started documentation

Adding Transcription Models and Text-To-Speech in 'Add dependencies for specific components' sectionRename title Speech ...
上一页 下一页
.