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:
Hendrik Hassa
2025-12-02 18:31:08 +01:00
parent 58901d0376
commit 43ae2b98df

View File

@@ -2639,6 +2639,13 @@ Strictly return in JSON format:
- Description: Specifies the key for document intelligence. - Description: Specifies the key for document intelligence.
- Persistence: This environment variable is a `PersistentConfig` variable. - 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 ### Advanced Settings
#### `BYPASS_EMBEDDING_AND_RETRIEVAL` #### `BYPASS_EMBEDDING_AND_RETRIEVAL`