Nineya
Home
Blog
Spring-ai OpenAiApi: ToolChoice incorrect for ToolChoiceBuilder.FUNCTION("functionName")
2025-01-14 05:12:12
1383
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
2025-01-14 05:12:09
2834
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
2025-01-14 05:12:06
1780
Fixes gh-553Comment From: tzolovHey @ThomasVitale , thanks for improving this. It looks related to the aca8ffd400fd3e385...
Spring-ai [Ollama] Missing fields in API
2025-01-14 05:12:03
289
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
2025-01-14 05:12:01
516
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
2025-01-14 05:11:57
239
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
2025-01-14 05:11:55
866
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
2025-01-14 05:11:53
244
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
2025-01-14 05:11:47
224
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
2025-01-14 05:11:45
162
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
2025-01-14 05:11:42
431
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
2025-01-14 05:11:38
669
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).
2025-01-14 05:11:34
945
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
2025-01-14 05:11:31
131
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
2025-01-14 05:11:28
306
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
2025-01-14 05:11:25
275
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
2025-01-14 05:11:23
489
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
2025-01-14 05:11:18
195
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
2025-01-14 05:11:16
238
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
2025-01-14 05:11:13
191
Adding Transcription Models and Text-To-Speech in 'Add dependencies for specific components' sectionRename title Speech ...
上一页
下一页
1
…
1090
1091
1092
1093
1094
…
2246
.