Spring-ai Added spring-ai-gemfire vector store

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)

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

Add Connection Details and Service Connection support for Testcontainers to the following services:ChromaDBMilvusQdrantR...

Spring-ai NullPointException from an empty array named "choice".

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

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

note, it does not support streaming.Comment From: hemeda3Hi @markpollack I want to work on thisComment From: hemeda3Her...

Spring-ai Implemented Bedrock Jurassic ChatClient

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

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

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

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)

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

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

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

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'

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.

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

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

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:"

Bug descriptioncall BedrockAnthropic return ExceptionException in thread "main" software.amazon.awssdk.service...

Spring-ai Add MistralAI links to getting started doc

MistralAI Chat Completion API and Embedding API is missing in getting started doc section.This PR add MistralAI links t...
上一页 下一页
.