Document new ENV variables

This commit is contained in:
Juan Calderon-Perez 2025-04-20 19:58:38 -04:00 committed by GitHub
parent 157a2ec8af
commit 432104ec14
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
- 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`
- Type: `bool`
@ -1106,6 +1112,24 @@ modeling files for reranking.
- Type: `str`
- 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
#### `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.
- 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
#### `ENABLE_WEB_SEARCH`