Spring-ai Add retry support to VertexAI embedding and chat models

Introduces retry functionality to VertexAI embedding and chat models, enhancing their resilience against transient failu...

Spring-ai Support Bedrock to set timeout

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

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

All output parser functionality has already been migrated to the converter package since milestone M1.Changes: - Replace...

Spring-ai Refine Jackson ObjectMapper handling

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

The reason is that the OpenAiImageResponseMetadata class does not have standard getter methods.Comment From: izeyehttps:...

Spring-ai Added support for OpenAI Moderation

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

This change enhances safety in multi-threaded environments by returning unmodifiable objects from getters.getter returns...

Spring-ai Refactor Option Builder

This change aims to conceal the implementation and facilitate handling option objects through the interface.And enforcin...

Spring-ai Make FunctionCallingOptions collections immutable

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

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

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

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

Adds special handling for BiFunction class typesAdds test cases to verify BiFunction class type resolutionRemoves deprec...

Spring-ai Maven dependencies 403 error

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

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

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

Now huggingface text-generation-inference only support Llama, Falcon, StarCoder, BLOOM, GPT-NeoX, and T5. If you select ...

Spring-ai TokenTextSplitter enhancement

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

The current set delimiters { and } do not follow the stringtemplate default and need escaping if you want to build a pro...
上一页 下一页
.