Nineya
Home
Blog
Spring-ai Remove client and embedding from package name for ChatClient and EmbeddingClient implementations
2025-01-14 05:01:32
593
The model provider implementing class will live under org.springframework.ai.huggingface and not org.springframework.ai....
Spring-ai Merge seperate AutoConfiguration classes that produce both a ChatClient and EmbeddingClient that share a common connection bean definition
2025-01-14 05:01:30
913
These are the ones that need to changeBedrockTitanChatAutoConfiguration and BedrockTitanEmbeddingAutoConfiguration share...
Spring-ai Remove VectorStoreRetriever class, replace with interface on VectorStore
2025-01-14 05:01:27
706
Remove the retriever package. This design comes from langchain, the desire is to expose a query only capability. Inste...
Spring-ai Complete portable usage model in AiClient
2025-01-14 05:01:23
142
Huggingface and other client impls that still need to be done.Comment From: markpollackDon't remember what this "Chuck N...
Spring-ai Embedding clients in different maven modules share the same package name, this needs to change
2025-01-14 05:01:20
526
For example, the module spring-ai-postgresml-embedding-client has the class PostgresMEmbeddingClient in the package org...
Spring-ai Review package org.springframework.ai.client
2025-01-14 05:01:18
696
The current implementation is focused on text/code based GenerativeAI use cases as input and output. The name AiClient,...
Spring-ai Review Message interface
2025-01-14 05:01:15
905
There is a method String getMessageTypeValue(); which is not needed. This was used in the implementation of the Microso...
Spring-ai Tidy up project directory structure
2025-01-14 05:01:13
802
The generative AI client implementations are modules sitting at the top of the project, e.g. spring-ai-ollama. Create a...
Spring-ai Create a github pages web site with the reference docs for 0.7.1-SNAPSHOT docs
2025-01-14 05:01:10
420
The project will move to 0.8.0-SNAPSHOT and have breaking changes. For people who want to continue to use 0.7.1-SNAPSHO...
Spring-ai Consider moving AiResponse and Generation to a separate package from AiClient
2025-01-14 05:01:07
904
The AiResponse and Generation types are fairly common across different AI providers, AFAICT. Although, where we refer to...
Spring-ai PromptTemplate can't be reused with different model data
2025-01-14 05:01:05
2559
This was tested with Spring AI 0.7.0-SNAPSHOT.Once a PromptTemplate has been created without model data and then used on...
Spring-ai Remove use of Supplier/Consumer in org.springframework.ai.document and replace with Function
2025-01-14 05:01:03
2280
The use of Supplier/Consumer was found to be limiting in a few scenarios. In the case of loading documents from a Resou...
Spring-ai Ollama 'ChatResponse response = chatClient.generate(prompt);' returns Httpcode 404.
2025-01-14 05:01:00
3892
Bug ReportWith the update to Spring AI 0.8.0 the ChatClient returns with the Ollama starter a 404 return code. It seems ...
Spring-ai Add support for Elasticsearch vector store
2025-01-14 05:00:57
502
This PR adds supports for Elasticsearch vector search.To achieve compatibility with both Elasticsearch versions 7 and 8,...
Spring-ai Bedrock supported chat model enum names consistency
2025-01-14 05:00:55
166
Fix #231 Comment From: tzolov@Omkar-Shetkar thanks for the contribution.Comment From: tzolovRebased, cleaned and squashe...
Spring-ai Consistent naming of model names for Bedrock
2025-01-14 05:00:52
163
For antropic the name of the enum is AnthropicChatModel and for Llama2 it is Llama2ChatCompletionModel.review enums acro...
Spring-ai Could not find org.springframework.ai:spring-ai-openai-spring-boot-starter
2025-01-14 05:00:50
2860
I tried to add spring-ai dependency in my gradle project.But I faced the following issue.dependencies { implementatio...
Spring-ai Merge oopsie in README.md
2025-01-14 05:00:46
743
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 Will Spring-AI support async processing?
2025-01-14 05:00:43
1341
Please do a quick search on GitHub issues first, the feature you are about to request might have already been requested....
Spring-ai using batchupdate for add method
2025-01-14 05:00:40
1385
Using jdbcTemplate batchUpdate improving the performance of multiple upsertThank you for taking time to contribute this ...
上一页
下一页
1
…
1101
1102
1103
1104
1105
…
2246
.