Spring-ai Advanced RAG Component Support

is there a plan for "Advanced RAG Component Support"?such as "Semantic Chunking", "Reranker Model" etc..Comment From: ma...

Spring-ai Update Message.java reference

PR SummaryCommit 5aafea872dd653792e9226c1e2c409b70c4ca0e8 moved the Media.java file to model directory. This PR adjusts ...

Spring-ai Huggingface /generate in path to model is not expected

Bug descriptionI was experimenting on Spring AI and was looking for a free model for ChatApi implementation. Upon invest...

Spring-ai Update getting-started.adoc

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

Spring-ai Agent support

Expected BehaviorImplement Agent like in Langchain with different method, such as CoT,ReACTComment From: markpollackIf w...

Spring-ai ChatResponseMetadata does not have data of the retrieved documents from the vector store

Bug descriptionThe map in ChatResponseMetadata does not contain details of the retrieved documents from the vector store...

Spring-ai [WIP] feat: Add support for Consumer and Supplier function callbacks

Depends on https://github.com/spring-projects/spring-ai/pull/1732Add support for Java Consumer and Supplier functional i...

Spring-ai Functions specified in Chat Options is not returned in the getToolCalls() method

Bug descriptionI have two functions that I have specified in Chat Options. I can see from the logs that these functions ...

Spring-ai Add Builder interface for improved FunctionCallback construction

ProblemThe current FunctionCallbackWrapper.Builder implementation has several limitations:- Lacks support for generic ty...

Spring-ai feat: Introduce FunctionCallback.Builder

Introduce FunctionCallback.Builder interface for improved builder pattern.Add support for generic type parameters via Ty...

Spring-ai GH-1599 Remove deprecations prior to M2

Remove deprecated types,methods and referencesRemove usage of "Generation(String text)" and replace with "Generation(Ass...

Spring-ai fix huggingface generate text

fix issue #1727 when using text-generation-inference modelsI think the openapi.json needs to be fixed.you can find the...

Spring-ai Function type resolution issue with SNAPSHOT build

I have defined the following function class:@Component@Description("Returns the weather forecast for a given zip co...

Spring-ai docs: correct code in vertex chat functions doc

Comment From: ilayaperumalg@garethjevans Thanks for the PR! There is one other place in the doc which requires fixing. I...

Spring-ai Allow specifying credentials to vertexai embeddings model

In 1.0.0-M2, the documentation for vertexai says to do this as part of the prerequisites:gcloud config set project <P...

Spring-ai feat: allow vertex embedding connection settings to be configurable

fixes: #1387 Thank you for taking time to contribute this pull request!You might have already read the [contributor guid...

Spring-ai Fixed Azure Vector Store initialization where the embedding field was not set as Retrievable.

In Azure Vector Store, the embedding field need to set as retrievable.com.azure.search.documents.indexes.models.SearchFi...

Spring-ai Azure Vector Store is not correctly Initilazied

I am using Azure Vector Store with the following settings in my application.yaml spring: ai: vectorstore: azure...

Spring-ai Investigate IllegalArgumentException in Azure Function Calling

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 GemFireVectorStoreConfig issue

Bug descriptionThe .withIndex method of GemFireVectorStoreConfig is not used during the creation of the vectorDB URIEnvi...
上一页 下一页
.