Spring-ai Improve the Document API

Currently the Document mixes multiple concerns that should be isolated in dedicated classes.Encapsulate the content form...

Spring-ai Improve the Document API

Add ContentFormatter and DefaultContentFormatter that can filter the metadata and format the Document metadata and text ...

Spring-ai Streamline the Document API

Add TextFormatter and DefaultTextFormatter concept that can filter the metadata and format the Document metadata and tex...

Spring-ai Add Neo4j as a Vector Store

Current Version of the Spring AI allows InMemoryVectorStore but Neo4jVectorStore is expected along with it.Expected Beh...

Spring-ai Add TextLoader implementation of Loader

This is an (admittedly somewhat naive) implementation of Loader that loads plain text documents. This enables unstructur...

Spring-ai We'd love to add Neo4j as a vector store to the project

Neo4j added vector support in August 2023 based on HNSW, we'd like to add support for that to spring-aiJust wanted to op...

Spring-ai Add asciidoctor-mathjax

Thank you for taking time to contribute this pull request!You might have already read the contributor guide, but as a re...

Spring-ai modify message type get value

Hello, while I was looking at this project with interest, I modified the MessageType within the service method so that t...

Spring-ai Replace spring-batch with spring-ai in GH templates

There were still a lot of occurences of spring-batch in all the GH templates.You might want to enable GH Discussions for...

Spring-ai Added Record test for output parser

Added a test for records for the beanoutputparser, as it was not obvious that it works.Comment From: markpollackmerged a...

Spring-ai Add "embeddingModel" field external injection

The embeddingModel in openAI is fixed to "text-embedding-ada-002", so I added it so that it can receive external injecti...

Spring-ai Add embedding model dimensions retrieval

Add dimension method to the EmbeddingClient interface. Default dimension implementation uses the embed method to produce...

Spring-ai Retrieve embedding model dimensions

Expected BehaviorThe EmbeddingClient interface should expose a method to report the dimension size of the configured emb...

Spring-ai milvus向量库

为什么不用milvus作为向量数据库呢?Comment From: tzolovHi @Tomriy, can we use common English please ;)I'm guessing you are asking for ...

Spring-ai Similarity search on PgStore might be wrong wrt threshold

As far as I understood the JavaDoc of VectorStore threshold is a lower bound.The Postgres store uses the threshold as an...

Spring-ai Switch order of literals to prevent NullPointerException

This change defensively switches the order of literals in comparison expressions to ensure that no null pointer exceptio...

Spring-ai Switch order of literals to prevent NullPointerException

This change defensively switches the order of literals in comparison expressions to ensure that no null pointer exceptio...

Spring-ai Integrate PGVector as a VectorStore

Allow using Postgres+PGVector as VectorStorePGVector is Open-source vector similarity search for Postgres. It comes with...

Spring-ai Add asciidoctor-mathjax

Thank you for taking time to contribute this pull request!You might have already read the contributor guide, but as a re...

Spring-ai Update to antora-ui-spring 0.3.6

Thank you for taking time to contribute this pull request!You might have already read the contributor guide, but as a re...
上一页 下一页
.