mirror of
https://github.com/open-webui/docs
synced 2025-05-19 02:42:15 +00:00
Document new ENV variables
This commit is contained in:
parent
157a2ec8af
commit
432104ec14
@ -127,6 +127,12 @@ is also being used and set to `True`. Failure to do so will result in the inabil
|
|||||||
- Description: Enables or disables user webhooks.
|
- Description: Enables or disables user webhooks.
|
||||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||||
|
|
||||||
|
#### `THREAD_POOL_SIZE`
|
||||||
|
|
||||||
|
- Type: `str`
|
||||||
|
- Default: `"0"`
|
||||||
|
- Description: Sets the thread pool size for FastAPI/AnyIO blocking calls. By default FastAPI/AnyIO use `40` threads.
|
||||||
|
|
||||||
#### `SHOW_ADMIN_DETAILS`
|
#### `SHOW_ADMIN_DETAILS`
|
||||||
|
|
||||||
- Type: `bool`
|
- Type: `bool`
|
||||||
@ -1106,6 +1112,24 @@ modeling files for reranking.
|
|||||||
- Type: `str`
|
- Type: `str`
|
||||||
- Description: Sets the URI for Qdrant.
|
- Description: Sets the URI for Qdrant.
|
||||||
|
|
||||||
|
#### `QDRANT_ON_DISK`
|
||||||
|
|
||||||
|
- Type: `bool`
|
||||||
|
- Default: `False`
|
||||||
|
- Description: Enable the usage of memmap(also known as on-disk) storage
|
||||||
|
|
||||||
|
#### `QDRANT_PREFER_GRPC`
|
||||||
|
|
||||||
|
- Type: `bool`
|
||||||
|
- Default: `False`
|
||||||
|
- Description: Use gPRC interface whenever possible
|
||||||
|
|
||||||
|
#### `QDRANT_GRPC_PORT`
|
||||||
|
|
||||||
|
- Type: `str`
|
||||||
|
- Default: `"6334"`
|
||||||
|
- Description: Sets the gRPC port number for Qdrant.
|
||||||
|
|
||||||
## RAG Content Extraction Engine
|
## RAG Content Extraction Engine
|
||||||
|
|
||||||
#### `CONTENT_EXTRACTION_ENGINE`
|
#### `CONTENT_EXTRACTION_ENGINE`
|
||||||
@ -1478,12 +1502,6 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL
|
|||||||
- Description: Specifies the client ID for OneDrive integration.
|
- Description: Specifies the client ID for OneDrive integration.
|
||||||
- Persistence: This environment variable is a `PersistentConfig` variable.
|
- Persistence: This environment variable is a `PersistentConfig` variable.
|
||||||
|
|
||||||
#### `QDRANT_ON_DISK`
|
|
||||||
|
|
||||||
- Type: `bool`
|
|
||||||
- Default: `False`
|
|
||||||
- Description: Enable the usage of memmap(also known as on-disk) storage
|
|
||||||
|
|
||||||
## Web Search
|
## Web Search
|
||||||
|
|
||||||
#### `ENABLE_WEB_SEARCH`
|
#### `ENABLE_WEB_SEARCH`
|
||||||
|
Loading…
Reference in New Issue
Block a user