Add Reranker top k docs

This commit is contained in:
Marko Henning 2025-03-13 10:58:59 +01:00
parent 4d0499ff60
commit 7bffb3c613

View File

@ -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`