Merge pull request #446 from mahenning/main

Add Reranker top k docs
This commit is contained in:
Timothy Jaeryang Baek 2025-03-26 20:54:03 -07:00 committed by GitHub
commit 8713c7a5f4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -791,7 +791,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`