Nineya
Home
Blog
Spring-ai Allow configuration of vector index name.
2025-01-14 05:04:17
941
At the moment, it is not possible to configure SpringAI to use an existing index in the database.This commit enables the...
Spring-ai Replace Neo4j embedding storing with new function.
2025-01-14 05:04:14
506
The old function got replaced and might get removed in future versions. To ensure that the store is compatible with Neo4...
Spring-ai Support filter expressions in Neo4j vector store.
2025-01-14 05:04:11
1496
I am not sure about the whole StringBuilder things there.Also, I needed to take care of moving the NOT in front of the c...
Spring-ai Add Filter-Expressions support to the Neo4J vector store
2025-01-14 05:04:08
288
Explore the possibility to add filter expression support for the Neo4j vector store?https://docs.spring.io/spring-ai/ref...
Spring-ai FunctionMessage Incorrect message type
2025-01-14 05:04:06
1630
Bug descriptionFunctionMessage class has a SYSTEM message type.public class FunctionMessage extends AbstractMessage { ...
Spring-ai move the aot hints to their respective modules and make universal hints fail quietly if they can't
2025-01-14 05:04:02
824
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai RedisVectorStore NPE when using FilterExpression
2025-01-14 05:04:00
2107
Hi,I got this NPE every time I started my application using spring-ai-redis.java.lang.NullPointerException: Cannot invok...
Spring-ai Add tags for embedded data
2025-01-14 05:03:57
1031
I've came over the following issue:E.g. when feeding my vector db with multiple pdfs on different topics, e.g. K8S and s...
Spring-ai Document support for StreamingChatClient
2025-01-14 05:03:54
110
This is missing and is an important high level feature.Comment From: markpollackThis has been documented here.
Spring-ai Remove slash according to api
2025-01-14 05:03:52
646
Remove slash according to apiAccording to api.yaml, /api/v1/collections path doesn't need slash so remove it Comment Fro...
Spring-ai Updated several vector db docs to fix errors and to expand on instructions for successful outcomes
2025-01-14 05:03:49
387
Fixed several documentation bugs across the following vector DBs:- Postgres/PGvector- Neo4j- Azure AI SearchAdded requir...
Spring-ai Fix typo in OpenAI implementation name in documentation (fixes #298)
2025-01-14 05:03:47
334
"Fixes a typo in the documentation where 'Sprig AI' is corrected to 'Spring AI' in the OpenAI implementation section."Co...
Spring-ai OpenAI ChatClient tools support
2025-01-14 05:03:44
560
Add support for ChatClient function calling. - Add generic (model) ToolFunctionCallback and AbstractToolFunctionCallback...
Spring-ai Add options support to PostgresMlEmbeddingClient
2025-01-14 05:03:41
580
Add postgremaddmbedding adoc page.Auto-configuration:add missing boot-starter.refactor autoconf class and properties to...
Spring-ai Use pre-configured RestClient.Builder by Spring Boot
2025-01-14 05:03:38
1119
This pull request updates the API client, which is auto-configured, to utilize a RestClient.Builder that is pre-configur...
Spring-ai Provide IdGenerator with multiple implementations (#113)
2025-01-14 05:03:36
4217
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
Spring-ai Avoid duplicated entries in VectorStore(s) by allowing generation of Document ID based on the hashed document content.
2025-01-14 05:03:33
1684
Currently the Document if not provided with an explicit ID, generates a random UUID for every document. Even if the docu...
Spring-ai Documentation fixes, clean and polish
2025-01-14 05:03:31
634
Unsure exactly why, but I missed several changes with my PR from a couple weeks back. More docs clean and polish, no cod...
Spring-ai Update usage from aiClient to chatClient in docs
2025-01-14 05:03:26
472
I updated the usage of examples in the Spring AI API topic in the docs.Thank you for taking time to contribute this pull...
Spring-ai updated sample code in chroma documentation
2025-01-14 05:03:23
412
Thank you for taking time to contribute this pull request!You might have already read the [contributor guide][1], but as...
上一页
下一页
1
…
1098
1099
1100
1101
1102
…
2246
.