mirror of
https://github.com/open-webui/docs
synced 2025-05-19 18:58:41 +00:00
commit
8713c7a5f4
@ -791,7 +791,14 @@ modeling files for reranking.
|
|||||||
|
|
||||||
- Type: `int`
|
- Type: `int`
|
||||||
- Default: `3`
|
- 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.
|
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||||
|
|
||||||
#### `RAG_RELEVANCE_THRESHOLD`
|
#### `RAG_RELEVANCE_THRESHOLD`
|
||||||
|
Loading…
Reference in New Issue
Block a user