Spring-ai Use Double instead of Float in the portable ChatOptions

The type of the portable chat options (frequencyPenalty, presencePenalty, temperature, topP) has been changed from Float...

Spring-ai Reconsider the Type float/Float in the API

A floating-point number with limited precision is commonly used in AI. However, using float or Float as a data type in t...

Spring-ai JsonReader is not thread safe

The code below parellizes the processing across the number of supplied keys. But StringBuilder is not thread-safe. Cause...

Spring-ai Feature Request: Support for Invoking HTTP-based APIs via OpenAPI Spec

I would like to propose an enhancement to Spring AI that could significantly broaden its application: the ability to gen...

Spring-ai modified ImageMessage.java line 45: mage > Image

spring-ai > spring-ai-core > src > main > java > org > springframework > image > ImageMessage li...

Spring-ai [AzureOpenAiChatModel] Inability to Pass tool_calls or tool_call_id and Discrepancy in Message Roles

DescriptionThe current implementation of the fromSpringAiMessage method in the AzureOpenAiChatModel class does not suppo...

Spring-ai Fix where previous Assistant Messages were not being added to the parts list

The Google Gemini Vertex Chat Model was not adding previous Assistant Messages to the parts list - this results in a fai...

Spring-ai [OpenAiChatModel] Inability to Pass tool_calls or tool_call_id and Discrepancy in Message Roles

DescriptionThere are two main issues with the current implementation of the createRequest method (see additional context...

Spring-ai Support hybrid search

During search, hybrid search, similar search and keyword search will be supported and submitted to LLM.I am willing to s...

Spring-ai Elasticsearch vector store - Wrong error reported fix

Fixes https://github.com/spring-projects/spring-ai/issues/1316 as discussed in the issue, also updates the documentation...

Spring-ai Support StabilityAi Image Edit Api

Hello, this PR implements StabilityAi Image Edit - Remove Background API's client.PR contents:- Add background removal v...

Spring-ai Support StabilityAi Image Edit Api

Hello, this PR implements StabilityAi Image Edit - Remove Background API's client.[The result of the execution]BeforeAft...

Spring-ai Cannot create the response with Vertex Gemini from the second time

Bug descriptionI am using Spring AI in my project and try to generate the content several times with the same chatClient...

Spring-ai Add documentation for the MongoDB Atlas Vector Store

Consider extending the existing WIP: https://github.com/spring-projects/spring-ai/blob/main/spring-ai-docs/src/main/anto...

Spring-ai Generate complex Json schemas with BeanOutputConverter

Expected BehaviorBe able to generate more complex schemas with the BeanOutputConverter class, for instance with constrai...

Spring-ai UTF-8 issue on ChatClientTitan

Hi, it seems that response of chatClientTitan is not in UTF-8:Comment From: markpollackCan you make a local change in Ab...

Spring-ai Improve customization of setting metadata in PDF Document Readers

Discussed in https://github.com/spring-projects/spring-ai/discussions/501Originally posted by **iAMSagar44** March 24, 2...

Spring-ai Ensure that there is a RestClient.Builder in the application context

When Spring AI auto-configures various client implementations, it depends upon a RestClient.Builder to create a RestClie...

Spring-ai OpenAI Transcription Options are Getting Overwritten

When using AudioTranscription Options, they seem to be getting overwritten with the defaults. Setting options as: OpenAi...

Spring-ai Support for VertexAI custom models (Endpoints)

Expected BehaviorI would like to be able to use my Custom Model (e.g. fine-tuned foundation model) deployed on GCP Endpo...
上一页 下一页
.