Skip to main content

Qdrant

Qdrant is a managed vector database on TIR for storing, searching, and managing high-dimensional vectors. Use it for similarity search, recommendation engines, RAG pipelines, and NLP applications. TIR deploys Qdrant as a distributed cluster with built-in monitoring, snapshots, and scaling.

Distributed ClusterREST & gRPC APIsManaged SnapshotsBuilt-in MonitoringLangChain & LlamaIndex

Key Concepts

TermDescription
PointA record consisting of a vector and an optional payload.
VectorNumerical representation of data in high-dimensional space.
CollectionContainer for organizing related vectors, similar to a database table.
NodeIndividual server instance in the Qdrant cluster.
ShardIndependent partition of points within a collection. Distributed across nodes.
Replication FactorNumber of copies of each shard maintained across the cluster for fault tolerance.
IndexCombined vector and payload index that enables fast filtered similarity search.

API Reference

REST API

</>Vector Database API Reference

Programmatically create, manage, scale, and snapshot Qdrant clusters.

Explore REST APIs
Authentication & Endpoints
Request and Response Schemas
Open API Reference →
tir.e2enetworks.com / api / v1
GET/teams/{Team_Id}/projects/{Project_Id}/vector_db/List Vector Databases
POST/teams/{Team_Id}/projects/{Project_Id}/vector_db/Create Qdrant Instance
GET/teams/{Team_Id}/projects/{Project_Id}/vector_db/{VectorDB_Id}/Get Vector Database Details
PUT/teams/{Team_Id}/projects/{Project_Id}/vector_db/{VectorDB_Id}/Update Cluster (Scale Replicas)
DELETE/teams/{Team_Id}/projects/{Project_Id}/vector_db/{VectorDB_Id}/Delete Vector Database
PUT/teams/{Team_Id}/projects/{Project_Id}/vector_db/{VectorDB_Id}/pvcs/Resize Disk
GET/teams/{Team_Id}/projects/{Project_Id}/vector_db/{VectorDB_Id}/snapshot/List Snapshots
POST/teams/{Team_Id}/projects/{Project_Id}/vector_db/{VectorDB_Id}/snapshot/Take Snapshot
PUT/teams/{Team_Id}/projects/{Project_Id}/vector_db/{VectorDB_Id}/snapshot/{Snapshot_Id}/restore/Restore Snapshot
DELETE/teams/{Team_Id}/projects/{Project_Id}/vector_db/{VectorDB_Id}/snapshot/{Snapshot_Id}/Delete Snapshot

Billing

Billing

Review Qdrant billing for compute, storage, and snapshots.

View Billing Docs →

Compute

Billed per node per hour while the cluster is running.

Storage

Billed per GB per month across all nodes.

Snapshots

Billed for snapshot storage duration until deleted.