From 432104ec143979f2f3c4400233ac1be60a83db23 Mon Sep 17 00:00:00 2001 From: Juan Calderon-Perez <835733+gaby@users.noreply.github.com> Date: Sun, 20 Apr 2025 19:58:38 -0400 Subject: [PATCH] Document new ENV variables --- docs/getting-started/env-configuration.md | 30 ++++++++++++++++++----- 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 902f97e..6dbd81e 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -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`