mirror of
https://github.com/open-webui/docs
synced 2025-05-19 10:52:14 +00:00
Add Reranker top k docs
This commit is contained in:
parent
4d0499ff60
commit
7bffb3c613
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user