Nineya
Home
Blog
Spring-ai GH-924 Deprecate PaLM API support
2025-01-14 06:00:03
415
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
2025-01-14 06:00:00
354
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
2025-01-14 05:59:58
792
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
2025-01-14 05:59:55
3619
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
2025-01-14 05:59:52
266
index.adocAdded missing Vector Database providers to the list:- Included Elasticsearch, OpenSearch, SAP Hana, and Typese...
Spring-ai refactor: Use Neo4j transactional functions.
2025-01-14 05:59:49
593
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
2025-01-14 05:59:46
3048
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
2025-01-14 05:59:43
3082
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
2025-01-14 05:59:37
2335
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
2025-01-14 05:59:34
163
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
2025-01-14 05:59:31
2649
Bug descriptionThe QuestionAnswerAdvisor only uses the userText attribute of an AdvisedRequest for the similarity search...
Spring-ai Update property precedence in documentation
2025-01-14 05:59:29
1638
Update documentation for property override precedence in ChatModel and EmbeddingModel configurations.Comment From: tzolo...
Spring-ai Modular RAG: Query Augmentor
2025-01-14 05:59:26
1862
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
2025-01-14 05:59:22
205
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
2025-01-14 05:59:20
557
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
2025-01-14 05:59:17
974
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
2025-01-14 05:59:14
223
add enough comment in OpenAiImageModel like OpenAiChatModel format.changed public to private in OpenAiChatModel RetryTem...
Spring-ai Fix OpenAiChatModel NPE
2025-01-14 05:59:12
158
Fix OpenAiChatModel NPE using getOrDefaultclosed #970 I fixed this issue using Map.getOrDefaultComment From: tzolov@devh...
Spring-ai Add comment in MessageType for readability
2025-01-14 05:59:09
2218
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
2025-01-14 05:58:51
227
Add comment in OpenAiAudioSpeechModel like OpenAiChatModelRemove duplicated word in OpenAiAudioSpeechOptions (AudioRespo...
上一页
下一页
1
…
1047
1048
1049
1050
1051
…
2246
.