Creating a Qdrant Database

This page covers the configuration specific to Qdrant — its Database Mode and any engine-specific settings shown below. The rest of the creation flow — opening the wizard, namespace and name, version, machine profile, storage, and optional features — is the same for every engine and is documented in Common Steps.

Database Mode

Select the topology under Database Mode:

  • Standalone — A single-node Qdrant instance.
  • Distributed — A multi-node Qdrant cluster that shards collections across nodes for scale and availability.

Distributed mode selected showing the Number of Replicas field

FieldDescription
Number of ReplicasNumber of nodes in the distributed cluster (e.g., 3). Required for Distributed.

Qdrant Settings

Qdrant storage type, security, and TLS options

FieldDescription
Storage TypeDurable (persistent volumes) or Ephemeral (no persistence).
Disable SecurityRun without API-key authentication (development only).
HaltedCreate the instance in a halted (stopped) state.
TLSEnable TLS for Client and/or P2P (inter-node) traffic, signed by the selected Issuer.

Create a Qdrant Database

  1. Open the wizard and select Qdrant — see Getting Started and Select a Database Type.
  2. Set the namespace and name.
  3. Pick the database version and the Database Mode described above, then set the machine profile and storage — see Configure the Database.
  4. Optionally configure Advanced Configuration (labels, deletion policy, credentials, point-in-time recovery) and Additional Options (monitoring, backup, TLS, gateway).
  5. Click Deploy.