Spring-ai GH-924 Deprecate PaLM API support

As a follow up to decommission the PaLM API, the PaLM API support is currently deprecated.Add @Deprecated notes to the m...

Spring-ai Remove PaLM Model support as it is deprecated and will be decomissioned

See https://ai.google.dev/palm_docs/deprecationThe API will be decommissioned in Auguest 15th, so there is no point in k...

Spring-ai fix(milvus): doSimilaritySearch lost the databaseName

The doSimilaritySearch method does not pass the databaseName parameter in milvus 2.3.4 and later, resulting in the use o...

Spring-ai Function Calling with Kotlin Functions

Bug descriptionWhen using a Kotlin function, the input type is not inferred.This causes an invalid_request_error error:c...

Spring-ai Fix Vector Database providers list

index.adocAdded missing Vector Database providers to the list:- Included Elasticsearch, OpenSearch, SAP Hana, and Typese...

Spring-ai refactor: Use Neo4j transactional functions.

This change uses session.executeWrite and session.executeRead to interact with the database.Those methods use build-in r...

Spring-ai Spring AI using Milvus Vector store throwing Keyname 'distance' not found

Building a RAG application using Spring AI 1.0.0.M1 version, JDK 21, Ollama & Milvus v2.4.0 vector store running as ...

Spring-ai Add Bedrock Converse API chat model support

Introduces support for Amazon Bedrock Converse API through a new BedrockProxyChatModel implementation. This enables inte...

Spring-ai Add support for the Amazon Bedrock Converse API

On 30 May, Amazon announced the Converse API, which is intended to create an abstraction for accessing different models....

Spring-ai Take userText parameters into account for QuestionAnswerAdvisor's similarity search

Closes #1234Comment From: tzolovthank you @timosalm Comment From: tzolovRebased, adjust checkstyle, squashed and merged ...

Spring-ai QuestionAnswerAdvisor only uses userText for similarity search and does not take parameters into account

Bug descriptionThe QuestionAnswerAdvisor only uses the userText attribute of an AdvisedRequest for the similarity search...

Spring-ai Update property precedence in documentation

Update documentation for property override precedence in ChatModel and EmbeddingModel configurations.Comment From: tzolo...

Spring-ai Modular RAG: Query Augmentor

Add new QueryAugmentor API, a component for augmenting a user query with contextual data.Implement ContextualQueryAugmen...

Spring-ai Support case with missing system text in VectorStoreChatMemoryAdvisor

The system text advise prompt is only joined with the value of the system text if it's non-null and non-empty.Comment Fr...

Spring-ai Make ChatClient APIs null-safe and predictable

Introduced null-safety for all ChatClient APIs and verified via extensive auto-tests.Made the final message list compute...

Spring-ai Fix: convert API records to POJOs and fix related tests

Following removal of Spring Boot's ConstructorBinding, convert record types to regular POJOs to maintain JSON serializat...

Spring-ai Add comment in OpenAiImageModel and modify RetryTemplate access level in OpenAiChatModel

add enough comment in OpenAiImageModel like OpenAiChatModel format.changed public to private in OpenAiChatModel RetryTem...

Spring-ai Fix OpenAiChatModel NPE

Fix OpenAiChatModel NPE using getOrDefaultclosed #970 I fixed this issue using Map.getOrDefaultComment From: tzolov@devh...

Spring-ai Add comment in MessageType for readability

Add comment in MessageType for readabilityfix enum comment grammarresolved #972 Comment From: tzolovThank you for the im...

Spring-ai Add comment in OpenAiAudioSpeechModel and remove duplicated comment in OpenAiAudioSpeechOptions

Add comment in OpenAiAudioSpeechModel like OpenAiChatModelRemove duplicated word in OpenAiAudioSpeechOptions (AudioRespo...
上一页 下一页
.