From ff7f75c1e13d3414dba6817b8b0f073b06c5305e Mon Sep 17 00:00:00 2001 From: Jan Martiska Date: Tue, 5 Mar 2024 15:01:47 +0100 Subject: [PATCH] Fix an inconsistency in the docs --- docs/modules/ROOT/pages/retrievers.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/ROOT/pages/retrievers.adoc b/docs/modules/ROOT/pages/retrievers.adoc index e5438d07a..9e1815cce 100644 --- a/docs/modules/ROOT/pages/retrievers.adoc +++ b/docs/modules/ROOT/pages/retrievers.adoc @@ -81,7 +81,7 @@ the `retrievalAugmentor` parameter of the `@RegisterAiService` annotation). The EmbeddingStoreContentRetriever necessitates a configured embedding store (Redis, Chroma, etc.) and an embedding model. Configure the maximum number -of documents to retrieve (e.g., 20 in the example) and set the minimum +of documents to retrieve (e.g., 3 in the example) and set the minimum relevance score if required. Make sure that the number of documents is not too high (or document too large).