From e8d4957d0ed9a766d3cb0ef1e16c0188fbebfcd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=96=91=EC=98=88=EC=84=B1?= <127856153+yeseong0412@users.noreply.github.com> Date: Wed, 26 Mar 2025 08:53:43 +0900 Subject: [PATCH] Fix :: Broken URL link to document MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VectorStoreDocumentRetriever not linked so fix it Signed-off-by: 양예성 <127856153+yeseong0412@users.noreply.github.com> --- .../modules/ROOT/pages/api/retrieval-augmented-generation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/retrieval-augmented-generation.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/retrieval-augmented-generation.adoc index 44d108742..92c941258 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/retrieval-augmented-generation.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/retrieval-augmented-generation.adoc @@ -136,7 +136,7 @@ String answer = chatClient.prompt() .content(); ---- -See xref:api/retrieval-augmented-generation.adoc#_vectorstoredocumentretriever for more information. +See xref:api/retrieval-augmented-generation.adoc#_vectorstoredocumentretriever[VectorStoreDocumentRetriever] for more information. ===== Advanced RAG