Nineya
Home
Blog
Spring-ai export qualifier annotations on the various starter-specific integrations
2025-01-14 06:10:56
2245
I think we should care about three different levels of support when it comes to integrating Spring Ai in projects with t...
Spring AI Inconsistent type for the Media collection in Document
2025-01-14 06:10:54
457
The Document object implements MediaContent, which includes media as Collection<Media>. Is there a specific reason...
Spring-ai Add advanced RAG (Hybrid Search and Semantic Hybrid Search) with Azure AI Search
2025-01-14 06:10:52
5412
Azure AI Search has the following feature along with Vector Similarity Search (which is already present in Spring AI).Hy...
Spring-ai feat(openai) - Support for audio output in OpenAI chat model
2025-01-14 06:10:49
1117
Introduced new options for audio output modalities in ChatCompletionRequestAdded AudioParameters configuration for voice...
Spring-ai refactor(core): extract common function callback builder functionality
2025-01-14 06:10:46
1265
Extracts shared function callback builder functionality into DefaultCommonInvokingSpec base class, reducing code duplica...
Spring-ai feature addition: add mariadb vector store
2025-01-14 06:10:43
450
Here is the MariaDB database store implementation. not just another one : https://mariadb.org/projects/mariadb-vector/ :...
Spring-ai Portable ChatOptions ignored by OpenAiChatModel
2025-01-14 06:10:40
1164
When calling the OpenAiChatModel with ChatOptions, they are always ignored. Options are considered only when using OpenA...
Spring-ai Support of Guardrails in Spring AI
2025-01-14 06:10:38
730
Can we implement some guardrails features in built in Spring AI so we no need to fine tune the prompt: Gurard rails feat...
Spring-ai Support Azure TokenCredential for authentication against Azure OpenAI
2025-01-14 06:10:35
2484
The current AzureOpenAI auto-configuration code assume that the users will provide a static api key if no key is set, th...
Spring-ai When using stream stream output, there is a problem of chunks being out of order
2025-01-14 06:10:33
2571
Bug DescriptionWhen we use streams to output agreed upon code, there is a problem of code fragment confusion.Reason:clas...
Spring-ai OpenAI - Support audio input modality
2025-01-14 06:10:30
471
Extend OpenAiApi to support the latest version of the Chat Completion API, including input and output audio modality.Sup...
Spring-ai Allow unescaped underscores in filter expression keys
2025-01-14 06:10:27
686
This PR adds support for unescaped underscores in filter expresssion keys similar to how SQL allows tables and columns t...
Spring-ai OpenAI: Support audio modality in chat completion
2025-01-14 06:10:24
549
OpenAI has finally launched support for audio modality in its chat completion API, both as input and as output.We should...
Spring-ai The TokenTextSplitter sometimes produces text splits that do not meet the expected token count
2025-01-14 06:10:22
2284
When using an embedding model for text vectorization, I sometimes encounter exceptions. The cause of the exception is th...
Spring-ai Unable to generate image when the key 'spring.ai.openai.image.options.size' is not configured
2025-01-14 06:10:19
1362
Bug descriptionWhen invoking the OpenAI API for generating an image, irrespective of the model (dall-e-3 or dall-e-2), t...
Spring-ai Modular RAG - Part 1
2025-01-14 06:10:17
4181
This issue will track the first part of the adoption of the Modular RAG architecture in Spring AI.ContextThe work can be...
Spring-ai Add Anthropic PDF input modality support
2025-01-14 06:10:12
162
Latest Sonnet 3.5 offers (beta) support for PDF input modality.Extend the Spring AI Anthropic multimodality support to a...
Spring-ai ZhipuAI FunctionCalling Error
2025-01-14 06:10:09
869
Bug descriptionWhen integrating SpringAI with Zhipu AI to perform function calls, serialization issues occur. Upon inspe...
Spring-ai refactor: introduce FunctionCallbackResolver interface
2025-01-14 06:09:56
1214
Introduces a new FunctionCallbackResolver interface to define the strategy for resolving FunctionCallback instances from...
Spring-ai Refactor FunctionCallbackContext to FuctionCallBackResolver interface
2025-01-14 06:09:53
1846
Expected BehaviorIntroducing FucntionCallBackResolver would enable more flexibility and control over how to add Function...
上一页
下一页
1
…
1037
1038
1039
1040
1041
…
2246
.