From c91c50674a0f689f05ffc76216ec8c906e9d7655 Mon Sep 17 00:00:00 2001 From: Athanasios Oikonomou Date: Tue, 15 Apr 2025 01:57:02 +0300 Subject: [PATCH] qdrant: document QDRANT_ON_DISK This commit documents the new QDRANT_ON_DISK environment variable. --- docs/getting-started/env-configuration.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 635c2cc..31609d8 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -1169,6 +1169,12 @@ When enabling `GOOGLE_DRIVE_INTEGRATION`, ensure that you have configured `GOOGL - 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 + ## Web Search #### `ENABLE_WEB_SEARCH`