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).