Spring-ai fix: milvus builder configuration params setters

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.

Look in [x] transformers-embedding[x] all the vector stores[x] ai.parser[x] ETL pipeline[x] document readers[x] huggin...

Spring-ai 多个starter同时引用,出现问题,没有设置实例化优先级

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?

I saw some LLM product support SSE requests for text, also saw LangChain4j also support, interface is StreamingChatLangu...

Spring-ai Remove 'classic' asciidoc build

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

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

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

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

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

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

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

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

Support generic, portable metadata filters with AzureVectorStore. For example the:vectorStore.similaritySearch( Search...

Spring-ai Define API to capture metadata from AI responses

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

Specify tag imagesUse getHost() instead of hardcoded localhostComment From: markpollackThanks!Comment From: tzolovHi @ed...

Spring-ai Conversation Chain

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

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

Per the discussion in Slack (https://vmware.slack.com/archives/C058EAJEBU1/p1698410369053209), I've changed DocumentRead...

Spring-ai Auto-configuration and starter for Ollama

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.

It would bring a lot of convenience to have Boot autoconfigurations for the various Vector Store implementations. I woul...
上一页 下一页
.