Nineya
Home
Blog
Spring-ai fix: milvus builder configuration params setters
2025-01-14 04:58:41
124
Fix the wrong copying of configuration paramsComment From: tzolovThanks for catching and fixing this @siddharthshankarpa...
Spring-ai Convert README.md files that are in the maven module directory to asciidoc and put in reference docs.
2025-01-14 04:58:38
149
Look in [x] transformers-embedding[x] all the vector stores[x] ai.parser[x] ETL pipeline[x] document readers[x] huggin...
Spring-ai 多个starter同时引用,出现问题,没有设置实例化优先级
2025-01-14 04:58:35
1161
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 Can the AiClient interface be extended to support Streaming processing?
2025-01-14 04:58:30
1395
I saw some LLM product support SSE requests for text, also saw LangChain4j also support, interface is StreamingChatLangu...
Spring-ai Remove 'classic' asciidoc build
2025-01-14 04:58:28
745
The project is using antora but there are still remnant to removeSo the main CI build should only generate/deploy the ja...
Spring-ai Tie-up task for implementation and testing of AI metadata capture with Microsoft Azure OpenAI
2025-01-14 04:58:25
563
This task additionally includes:Fixes the dependencies in the spring-ai-test module; switches dependency on spring-ai-op...
Spring-ai Add hint about cloning the repo
2025-01-14 04:58:23
1911
I learned the hard way that GLFS must be installed to clone the repo and added a hint to the README.Comment From: tzolov...
Spring-ai support graalvm native compilation for openai
2025-01-14 04:58:18
448
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Add NOT operator to VectorStore portable filter expressions
2025-01-14 04:58:15
536
Add NOT expression type to the portable Filter.Expression model.Add NOT to the Antlr grammar and implement the related p...
Spring-ai Move from compose to testcontainers
2025-01-14 04:58:12
4075
One of the tests is using fixed ports due to the compose definition.This commit move the compose file to Testcontainers ...
Spring-ai Add equals() and hashCode() for Prompt and SearchRequest
2025-01-14 04:58:10
147
I used the suggested implementations from IntelliJ, which seemed to be good. Let me know if there is some other implemen...
Spring-ai Add Weaviate VectorStore support
2025-01-14 04:58:08
166
Please add support Weaviate as a vector store for existing vector dbs list.Comment From: radhakrishna67@tzolov, You are ...
Spring-ai Support poratlbe, filter expressions with AzureVectorStore
2025-01-14 04:58:05
879
Support generic, portable metadata filters with AzureVectorStore. For example the:vectorStore.similaritySearch( Search...
Spring-ai Define API to capture metadata from AI responses
2025-01-14 04:58:02
24727
This PR defines a new, strongly-typed API in Spring AI for capturing AI metadata and metrics sent in an AI response to a...
Spring-ai Cleanup tests using testcontainers
2025-01-14 04:57:59
229
Specify tag imagesUse getHost() instead of hardcoded localhostComment From: markpollackThanks!Comment From: tzolovHi @ed...
Spring-ai Conversation Chain
2025-01-14 04:57:56
1679
This PR builds upon AiChain in https://github.com/spring-projects-experimental/spring-ai/pull/73 to provide a chain with...
Spring-ai Simple AiChain implementation to format prompt and submit to AiClient
2025-01-14 04:57:54
4520
This chain implementation is roughly equivalent to Langchain's LLMChain, although it does not (yet) have asynchronous im...
Spring-ai Make DocumentReader stateless; pass resource to be read at read time
2025-01-14 04:57:51
1341
Per the discussion in Slack (https://vmware.slack.com/archives/C058EAJEBU1/p1698410369053209), I've changed DocumentRead...
Spring-ai Auto-configuration and starter for Ollama
2025-01-14 04:57:48
1562
Adds auto-configuration and a starter for Ollama.Resolves #68Comment From: shakuzenI've rebased on the latest main but I...
Spring-ai Add Boot autoconfigure for the existing vector-store implementations.
2025-01-14 04:57:45
336
It would bring a lot of convenience to have Boot autoconfigurations for the various Vector Store implementations. I woul...
上一页
下一页
1
…
1104
1105
1106
1107
1108
…
2246
.