Read-only mode

Updated May 23, 2026

Set QDRANT_READ_ONLY=true to disable write operations. In this mode:

  • qdrant_store returns an error
  • qdrant_deprecate returns an error
  • qdrant_find operates normally

This is useful for shared read-only access to a memory store.