Nineya
Home
Blog
Spring-ai Advanced RAG Component Support
2025-01-14 06:05:14
491
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
2025-01-14 06:05:11
202
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
2025-01-14 06:05:09
2442
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
2025-01-14 06:05:06
625
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
2025-01-14 06:05:03
1140
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
2025-01-14 06:05:01
2806
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
2025-01-14 06:04:59
468
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
2025-01-14 06:04:56
3781
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
2025-01-14 06:04:47
744
ProblemThe current FunctionCallbackWrapper.Builder implementation has several limitations:- Lacks support for generic ty...
Spring-ai feat: Introduce FunctionCallback.Builder
2025-01-14 06:04:45
1071
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
2025-01-14 06:04:42
742
Remove deprecated types,methods and referencesRemove usage of "Generation(String text)" and replace with "Generation(Ass...
Spring-ai fix huggingface generate text
2025-01-14 06:04:38
1085
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
2025-01-14 06:04:27
6637
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
2025-01-14 06:04:22
230
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
2025-01-14 06:04:20
2483
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
2025-01-14 06:04:17
702
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.
2025-01-14 06:04:14
468
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
2025-01-14 06:04:12
9798
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
2025-01-14 06:04:07
13568
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
2025-01-14 06:04:04
2031
Bug descriptionThe .withIndex method of GemFireVectorStoreConfig is not used during the creation of the vectorDB URIEnvi...
上一页
下一页
1
…
1042
1043
1044
1045
1046
…
2246
.