mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Compare commits
5 Commits
0965402845
...
d8a44ad738
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d8a44ad738 | ||
|
|
ccf5019de9 | ||
|
|
c1cf8284eb | ||
|
|
fbd240c0d4 | ||
|
|
43ae2b98df |
@@ -120,6 +120,7 @@ The following environment variables are used:
|
||||
1. `OAUTH_PROVIDER_NAME` - Name of the provider to show on the UI, defaults to SSO
|
||||
1. `OAUTH_SCOPES` - Scopes to request. Defaults to `openid email profile`
|
||||
1. `OPENID_REDIRECT_URI` - The redirect URI configured in your OIDC application. This must be set to `<open-webui>/oauth/oidc/callback`.
|
||||
1. `OAUTH_AUDIENCE` - Optional `audience` value that will be passed to the oauth provider's authorization endpoint as an additional query parameter.
|
||||
|
||||
:::warning
|
||||
|
||||
|
||||
@@ -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