Nineya
Home
Blog
Spring-ai Improve the Document API
2025-01-14 04:55:54
320
Currently the Document mixes multiple concerns that should be isolated in dedicated classes.Encapsulate the content form...
Spring-ai Improve the Document API
2025-01-14 04:55:52
773
Add ContentFormatter and DefaultContentFormatter that can filter the metadata and format the Document metadata and text ...
Spring-ai Streamline the Document API
2025-01-14 04:55:50
188
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
2025-01-14 04:55:48
1102
Current Version of the Spring AI allows InMemoryVectorStore but Neo4jVectorStore is expected along with it.Expected Beh...
Spring-ai Add TextLoader implementation of Loader
2025-01-14 04:55:45
1078
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
2025-01-14 04:55:43
458
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
2025-01-14 04:55:40
417
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
2025-01-14 04:55:38
807
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
2025-01-14 04:55:35
410
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
2025-01-14 04:55:32
169
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
2025-01-14 04:55:30
305
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
2025-01-14 04:55:27
565
Add dimension method to the EmbeddingClient interface. Default dimension implementation uses the embed method to produce...
Spring-ai Retrieve embedding model dimensions
2025-01-14 04:55:24
456
Expected BehaviorThe EmbeddingClient interface should expose a method to report the dimension size of the configured emb...
Spring-ai milvus向量库
2025-01-14 04:55:21
372
为什么不用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
2025-01-14 04:55:18
701
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
2025-01-14 04:55:15
1201
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
2025-01-14 04:55:10
1141
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
2025-01-14 04:55:05
180
Allow using Postgres+PGVector as VectorStorePGVector is Open-source vector similarity search for Postgres. It comes with...
Spring-ai Add asciidoctor-mathjax
2025-01-14 04:55:03
417
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
2025-01-14 04:55:01
492
Thank you for taking time to contribute this pull request!You might have already read the contributor guide, but as a re...
上一页
下一页
1
…
1107
1108
1109
1110
1111
…
2246
.