Spring-ai Allow configuration of vector index name.

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.

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.

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

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

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

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

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

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

This is missing and is an important high level feature.Comment From: markpollackThis has been documented here.

Spring-ai Remove slash according to api

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

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)

"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

Add support for ChatClient function calling. - Add generic (model) ToolFunctionCallback and AbstractToolFunctionCallback...

Spring-ai Add options support to PostgresMlEmbeddingClient

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

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)

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.

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

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

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

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