Nineya
Home
Blog
Spring-ai Set redis query limit to match requested topK used in KNN search
2025-01-14 05:48:12
232
The Jedis Query object sets limit to 10 by default. This fix aligns limit with topK requested. Fixes https://github.com/...
Spring-ai GH-981: Use OpenAIAsyncClient for streaming in AzureOpenAiChatModel
2025-01-14 05:48:09
582
Resolves https://github.com/spring-projects/spring-ai/issues/981Switch to OpenAIAsyncClient for streaming operationsModi...
Spring-ai [BUG] [Azure OpenAI] block()/blockFirst()/blockLast() are blocking, which is not supported in thread reactor-http-nio-2
2025-01-14 05:48:06
17731
Duplicate from Azure SDK as I'm not sure where the issue lies exactly as while the exception is triggered in the Azure O...
Spring-ai Add Service Connection support for MongoDB Atlas
2025-01-14 05:48:03
148
Testcontainers 1.20.2 provides MongoDBAtlasLocalContainer.Comment From: markpollackthanks again. merged in e1d9bfc61650...
Spring-ai Use MongoDBAtlasLocalContainer from Testcontainers 1.20.2
2025-01-14 05:48:00
271
Testcontainers 1.20.2 offers MongoDBAtlasLocalContainer. Previousimage used during tests was pulling images in every exe...
Spring-ai Gemini model doesn't declare dependency on spring-ai-retry
2025-01-14 05:47:57
158
Unlike most of the other models, the Gemini model does not depend on spring-ai-retry, requiring the application to expli...
Spring-ai Refactor advisor architecture in Spring AI
2025-01-14 05:47:55
1589
Replace RequestAdvisor and ResponseAdvisor with CallAroundAdvisor and StreamAroundAdvisorUpdate AbstractChatMemoryAdviso...
Spring-ai Support recent OpenAI Structured Outputs API extension
2025-01-14 05:47:52
1031
In addition to the existing json-object chat response format, OpenAI has introduced the json-schema format that guarante...
Spring-ai Add support for max_completion_tokens in OpenAI chat options request
2025-01-14 05:47:49
969
New field max_completion_tokens added by OpenAI, is to set an upper bound for the number of tokens that can be generate...
Spring-ai Add support for max_completion_tokens in OpenAI chat options request
2025-01-14 05:47:47
426
Adds support for max_completion_tokens in OpenAI chat options request - An upper bound for the number of tokens that can...
Spring-ai Use Weaviate's readiness endpoint
2025-01-14 05:47:44
202
Currently, Testcontainers Weaviate implementation relies on port availability.This commit switch to Weaviate's readiness...
Spring-ai Optimized aggregation advisors for streaming scenarios
2025-01-14 05:47:41
1310
In the latest round of architectural changes of Advisors in #1422 there now are two types of advisors:* CallAroundAdviso...
Spring-ai Enhance the expansibility of function call
2025-01-14 05:47:39
1600
Spring AI is wonderful, but the form of calling function is not easy to extend. For example, I need to fetch the functio...
Spring-ai Uneffective RetryTemplate usage on openai chat stream request
2025-01-14 05:47:37
1987
Bug descriptionThe OpenAiChatModel method *stream calls the chatCompletionStream inside the execute of the RetryTemplate...
Spring-ai Add documentation for BatchingStrategy in vector stores
2025-01-14 05:47:33
560
Explain the need for batching due to embedding model thresholdsDescribe the BatchingStrategy interface and its purposeDe...
Spring-ai [Bug] Is there a default AzureOpenAiChatOptions available?
2025-01-14 05:47:30
2014
About below code:chatClient = ChatClient.create(chatModel);chatClient = ChatClient.builder(chatModel).build();It's worki...
Spring-ai Remove unnecessary null checks in AzureOpenAiChatOptions.Builder
2025-01-14 05:47:27
913
This is related to https://github.com/spring-projects/spring-ai/issues/889This commit addresses a bug where certain fiel...
Spring-ai [AzureOpenAiChatOptions] Newly added options are null checked in .with* builder methods and are made indirectly mandatory
2025-01-14 05:47:25
3634
Bug descriptionThe Assert.notNull checks in AzureOpenAiChatOptions.Builder.with* methods make the options actually manda...
Spring-ai remove unnecessary Assert.notNull which caused ChatClient.create to fail
2025-01-14 05:47:22
183
Fixes for this reported issue: https://github.com/spring-projects/spring-ai/issues/1417Comment From: pradu3obsolete. fix...
Spring-ai OCI GenAI Embedding Model
2025-01-14 05:47:19
1408
Add support for OCI GenAI Embedding Model:- Create OCI GenAI Embedding model implementation and documentation- Add Autoc...
上一页
下一页
1
…
1058
1059
1060
1061
1062
…
2246
.