mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Adds document intelligence model configuration
Adds the `DOCUMENT_INTELLIGENCE_MODEL` environment variable, allowing users to specify the model used for document intelligence.
This commit is contained in:
@@ -2639,6 +2639,13 @@ Strictly return in JSON format:
|
||||
- Description: Specifies the key for document intelligence.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
#### `DOCUMENT_INTELLIGENCE_MODEL`
|
||||
|
||||
- Type: `str`
|
||||
- Default: `None`
|
||||
- Description: Specifies the model for document intelligence.
|
||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||
|
||||
### Advanced Settings
|
||||
|
||||
#### `BYPASS_EMBEDDING_AND_RETRIEVAL`
|
||||
|
||||
Reference in New Issue
Block a user