Nineya
Home
Blog
Spring-ai Use Double instead of Float in the portable ChatOptions
2025-01-14 05:45:18
310
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
2025-01-14 05:45:15
1334
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
2025-01-14 05:45:13
560
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
2025-01-14 05:45:10
4922
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
2025-01-14 05:45:07
347
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
2025-01-14 05:45:03
1281
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
2025-01-14 05:45:00
607
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
2025-01-14 05:44:57
5508
DescriptionThere are two main issues with the current implementation of the createRequest method (see additional context...
Spring-ai Support hybrid search
2025-01-14 05:44:54
1219
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
2025-01-14 05:44:49
1718
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
2025-01-14 05:44:46
541
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
2025-01-14 05:44:43
4351
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
2025-01-14 05:44:36
8078
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
2025-01-14 05:44:31
676
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
2025-01-14 05:44:28
1370
Expected BehaviorBe able to generate more complex schemas with the BeanOutputConverter class, for instance with constrai...
Spring-ai UTF-8 issue on ChatClientTitan
2025-01-14 05:44:26
900
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
2025-01-14 05:44:22
1098
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
2025-01-14 05:44:19
2569
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
2025-01-14 05:44:13
2362
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)
2025-01-14 05:44:11
1135
Expected BehaviorI would like to be able to use my Custom Model (e.g. fine-tuned foundation model) deployed on GCP Endpo...
上一页
下一页
1
…
1061
1062
1063
1064
1065
…
2246
.