[go: nahoru, domu]

Creating a Qdrant Cloud Cluster

Qdrant Cloud offers two types of clusters: Free and Standard.

Free Clusters

Free tier clusters are perfect for prototyping and testing. You don’t need a credit card to join.

A free tier cluster only includes 1 single node with the following resources:

ResourceValue
RAM1 GB
vCPU0.5
Disk space4 GB
Nodes1

This configuration supports serving about 1 M vectors of 768 dimensions. To calculate your needs, refer to our documentation on Capacity Planning.

The choice of cloud providers and regions is limited.

It includes:

  • Standard Support
  • Basic monitoring
  • Basic log access
  • Basic alerting
  • Version upgrades with downtime
  • Only manual snapshots and restores via API
  • No dedicated resources

If unused, free tier clusters are automatically suspended after 1 week, and deleted after 4 weeks of inactivity if not reactivated.

You can always upgrade to a standard cluster with more resources and features.

Standard Clusters

On top of the Free cluster features, Standard clusters offer:

  • Response time and uptime SLAs
  • Dedicated resources
  • Backup and disaster recovery
  • Multi-node clusters for high availability
  • Horizontal and vertical scaling
  • Monitoring and log management
  • Zero-downtime upgrades for multi-node clusters with replication

You have a broad choice of regions on AWS, Azure and Google Cloud.

For payment information see Pricing and Payments.

Create a cluster

This page shows you how to use the Qdrant Cloud Console to create a custom Qdrant Cloud cluster.

Prerequisite: Please make sure you have provided billing information before creating a custom cluster.

  1. Start in the Clusters section of the Cloud Dashboard.

  2. Select Clusters and then click + Create.

  3. In the Create a cluster screen select Free or Standard Most of the remaining configuration options are only available for standard clusters.

  4. Select a provider. Currently, you can deploy to:

    • Amazon Web Services (AWS)
    • Google Cloud Platform (GCP)
    • Microsoft Azure
    • Your own Hybrid Cloud Infrastructure
  5. Choose your data center region or Hybrid Cloud environment.

  6. Configure RAM for each node.

    For more information, see our Capacity Planning guidance.

  7. Choose the number of vCPUs per node. If you add more RAM, the menu provides different options for vCPUs.

  8. Select the number of nodes you want the cluster to be deployed on.

    Each node is automatically attached with a disk, that has enough space to store data with Qdrant’s default collection configuration.

  9. Select additional disk space for your deployment.

    Depending on your collection configuration, you may need more disk space per RAM. For example, if you configure on_disk: true and only use RAM for caching.

  10. Review your cluster configuration and pricing.

  11. When you’re ready, select Create. It takes some time to provision your cluster.

Once provisioned, you can access your cluster on ports 443 and 6333 (REST) and 6334 (gRPC).

Cluster configured in the UI

You should now see the new cluster in the Clusters menu.

Next steps

You will need to connect to your new Qdrant Cloud cluster. Follow Authentication to create one or more API keys.

You can also scale your cluster both horizontally and vertically. Read more in Cluster Scaling.

If a new Qdrant version becomes available, you can upgrade your cluster. See Cluster Upgrades.

For more information on creating and restoring backups of a cluster, see Backups.

Create a Cluster