qdrant: document QDRANT_ON_DISK

This commit documents the new QDRANT_ON_DISK environment variable.
This commit is contained in:
Athanasios Oikonomou
2025-04-15 01:57:02 +03:00
committed by GitHub
parent 2336de3fc0
commit c91c50674a

View File

@@ -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`