Merge pull request #500 from athoik/main

qdrant: document QDRANT_ON_DISK
This commit is contained in:
Tim Jaeryang Baek
2025-04-15 18:51:50 -07:00
committed by GitHub

View File

@@ -1480,6 +1480,12 @@ 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`