Merge pull request #500 from athoik/main
Some checks failed
Deploy site to Pages / build (push) Has been cancelled
Deploy site to Pages / deploy (push) Has been cancelled

qdrant: document QDRANT_ON_DISK
This commit is contained in:
Tim Jaeryang Baek 2025-04-15 18:51:50 -07:00 committed by GitHub
commit 21238c899c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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`