Nineya
Home
Blog
Spring-ai Add retry support to VertexAI embedding and chat models
2025-01-14 05:55:39
792
Introduces retry functionality to VertexAI embedding and chat models, enhancing their resilience against transient failu...
Spring-ai Support Bedrock to set timeout
2025-01-14 05:55:36
10815
Long content will have read timeout.2024-03-27T17:33:17.498+08:00 ERROR 11752 --- [nio-8083-exec-4] o.a.c.c.C.[.[.[/].[d...
Spring-ai Manual interruption of Ollama embedding during asynchronous thread execution
2025-01-14 05:55:33
2148
When I make vectorization embedding requests using Ollama, it takes a long time due to the performance issues of the ser...
Spring-ai Remove deprecated output parser in favor of converters
2025-01-14 05:55:30
534
All output parser functionality has already been migrated to the converter package since milestone M1.Changes: - Replace...
Spring-ai Refine Jackson ObjectMapper handling
2025-01-14 05:55:27
1142
ObjectMapper instantiation is costly, so unless its usage is one-shot, it is better to create a reusable instance for up...
Spring-ai fix #625: No serializer found for class org.springframework.ai.openai.metadata.OpenAiImageResponseMetadata
2025-01-14 05:55:25
375
The reason is that the OpenAiImageResponseMetadata class does not have standard getter methods.Comment From: izeyehttps:...
Spring-ai Added support for OpenAI Moderation
2025-01-14 05:55:22
949
The OpenAI Moderation is a tool you can use to check whether text is potentially harmful.This PR content :Moderation API...
Spring-ai feat FunctionCallingOptions
2025-01-14 05:55:19
717
This change enhances safety in multi-threaded environments by returning unmodifiable objects from getters.getter returns...
Spring-ai Refactor Option Builder
2025-01-14 05:55:17
3146
This change aims to conceal the implementation and facilitate handling option objects through the interface.And enforcin...
Spring-ai Make FunctionCallingOptions collections immutable
2025-01-14 05:55:14
272
Prevent external modification of internal state by returning unmodifiable collections and adding defensive copies in set...
Spring-ai Add amazon document db as a vector store
2025-01-14 05:55:11
160
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
Spring-ai [WIP] Add missing response fields to Spring AI ChatResponse, Generation and AssistantMessage
2025-01-14 05:55:09
1039
Ensure that Generation and AssistantMessage has Id, index, isCompleted attributes. Also the ChatResponse should have an...
Spring-ai BiFunction with ToolContext Fails Due to Incorrect Type Resolution in Spring Cloud Function
2025-01-14 05:55:07
7063
Relevant versions:Spring AI version 1.0.0-SNAPSHOTorg.springframework.cloud:spring-cloud-function-context 4.1.3org.sprin...
Spring-ai Add support for BiFunction class type resolution in TypeResolverHelper
2025-01-14 05:55:01
257
Adds special handling for BiFunction class typesAdds test cases to verify BiFunction class type resolutionRemoves deprec...
Spring-ai Maven dependencies 403 error
2025-01-14 05:54:57
2307
Bug descriptionCould not transfer artifact io.springboot.ai:spring-ai-bom:pom:1.0.3 from/to central (https://repo.maven....
Spring-ai question about vllm
2025-01-14 05:54:54
3254
does spring ai support the vllm +qwen?which starter can i use? and how to use spring ai connect the vllm ?tks.Comment F...
Spring-ai [FEATURE] avoid second round trip for function call
2025-01-14 05:54:52
6996
Reefer issue #652 For some use case after local function is called no need to pass the results to LLMs. (eg: data extrac...
Spring-ai Select text-generation-inferenc support LLMs
2025-01-14 05:54:49
440
Now huggingface text-generation-inference only support Llama, Falcon, StarCoder, BLOOM, GPT-NeoX, and T5. If you select ...
Spring-ai TokenTextSplitter enhancement
2025-01-14 05:54:46
354
This PR contains an enhancement to the splitter, adding the ability to compose the various parameters and make them immu...
Spring-ai Use default stringtemplate delimiters for prompt templates
2025-01-14 05:54:44
4648
The current set delimiters { and } do not follow the stringtemplate default and need escaping if you want to build a pro...
上一页
下一页
1
…
1051
1052
1053
1054
1055
…
2246
.