Nineya
Home
Blog
Spring-ai Added spring-ai-gemfire vector store
2025-01-14 05:09:22
636
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Implement Anthropic Claude3 Message API client support (direct)
2025-01-14 05:09:17
1287
This commit introduces support for the Anthropic Claude3 Message API (https://api.anthropic.com), enabling direct int...
Spring-ai Add Service Connection support for Testcontainers
2025-01-14 05:09:15
250
Add Connection Details and Service Connection support for Testcontainers to the following services:ChromaDBMilvusQdrantR...
Spring-ai NullPointException from an empty array named "choice".
2025-01-14 05:09:12
1584
Please do a quick search on GitHub issues first, there might be already a duplicate issue for the one you are about to c...
Spring-ai Add MongoDB Atlas Vector Store Auto-Configuration and Boot Starter
2025-01-14 05:09:06
750
After the addition of MongoDB Atlas Store, to make most of it we need: - Add auto-configuration under the https://github...
Spring-ai Implement Bedrock Jurassic ChatClient
2025-01-14 05:09:04
282
note, it does not support streaming.Comment From: hemeda3Hi @markpollack I want to work on thisComment From: hemeda3Her...
Spring-ai Implemented Bedrock Jurassic ChatClient
2025-01-14 05:09:01
3145
Comment From: tzolov@hemeda3, great to see your contribution!We'll try to review as a part of 1.0.0-M1.In the mean time ...
Spring-ai MongoDB Atlas Vector Store Support
2025-01-14 05:08:53
3522
Holding off squashing/documentation further until I get some eyes on it.This implements a VectorStore on MongoDB Atlas. ...
Spring-ai BedrockTitanChatOptions typo in thrown exception
2025-01-14 05:08:50
350
On line 124 and 128 it says (Titian) throw new UnsupportedOperationException("Bedrock Titian Chat do...
Spring-ai Documentation Typo: Incorrect Model Name gpt-35-turbo
2025-01-14 05:08:48
874
Bug descriptionThere is a typo in the model name in the document. The model name is incorrectly written as "gpt-35-turbo...
Spring-ai AI model answering questions outside of the context provided in the System Prompt (RAG technique)
2025-01-14 05:08:46
4148
Hi,Bug descriptionI am building an app using the RAG process. I have loaded some private documents and I am able to have...
Spring-ai Update samples in docs, spring-cli projects, and AI workshop code to use version 0.8.1
2025-01-14 05:08:43
1993
There are various places with sample code that needs to be updated. Known places are[x] reference documentation[x] Azur...
Spring-ai Write docs for the OpenAi Audio Transcription Client
2025-01-14 05:08:40
142
https://github.com/spring-projects/spring-ai/tree/main/models/spring-ai-openai/src/main/java/org/springframework/ai/open...
Spring-ai Add ETL diagram to documentation
2025-01-14 05:08:38
305
Comment From: tzolov@markpollack Added generic ETL diagram https://docs.spring.io/spring-ai/reference/0.8-SNAPSHOT/api/e...
Spring-ai Change Azure embedding+chat options 'model' property to 'deployment-name'
2025-01-14 05:08:35
760
Azure uses 'deployment-name' when provisioning models and is what needs to be passed in to the client, not the model nam...
Spring-ai Change AzureOpenAiEmbeddingOptions and AzureOpenAiChatOptions use of setModel to setDeployentName as that matches Azure OpenAI terminology.
2025-01-14 05:08:33
12800
Bug descriptionspring-ai-azure-openai-spring-boot-starter reports issue about DeploymentNotFound ( it requires Azure mo...
Spring-ai RedisVectorStore does not properly close Jedis pipelines
2025-01-14 05:08:30
411
The RedisVectorStore #add and #delete methods retrieve a Jedis Pipeline (which is Closable), but never call the #close m...
Spring-ai Use MessageType.FUNCTION for FunctionMessage
2025-01-14 05:08:28
4197
Change the MessageType to FUNCTION in FunctionMessageComment From: tzolov@yarisvt good catch. But the fact is that this ...
Spring-ai BedrockAnthropic return ValidationException: prompt must start with " Human:"
2025-01-14 05:08:25
9493
Bug descriptioncall BedrockAnthropic return ExceptionException in thread "main" software.amazon.awssdk.service...
Spring-ai Add MistralAI links to getting started doc
2025-01-14 05:08:18
188
MistralAI Chat Completion API and Embedding API is missing in getting started doc section.This PR add MistralAI links t...
上一页
下一页
1
…
1093
1094
1095
1096
1097
…
2246
.