From 7bffb3c61387366da5bff34a95bc3856403a123b Mon Sep 17 00:00:00 2001 From: Marko Henning Date: Thu, 13 Mar 2025 10:58:59 +0100 Subject: [PATCH] Add Reranker top k docs --- docs/getting-started/env-configuration.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 9dd2fe5..e0d7289 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -785,7 +785,14 @@ modeling files for reranking. - Type: `int` - Default: `3` -- Description: Sets the default number of results to consider when using RAG. +- Description: Sets the default number of results to consider for the embedding when using RAG. +- Persistence: This environment variable is a `PersistentConfig` variable. + +#### `RAG_TOP_K_RERANKER` + +- Type: `int` +- Default: `3` +- Description: Sets the default number of results to consider for the reranker when using RAG. - Persistence: This environment variable is a `PersistentConfig` variable. #### `RAG_RELEVANCE_THRESHOLD`