What is the Qdrant Web UI and what can you do with it?
RAG & Vector DB Interview: Qdrant Collections, Payload, Quantization, Filtering, Sharding
Audio flashcard · 0:27Nortren·
What is the Qdrant Web UI and what can you do with it?
0:27
The Qdrant Web UI is a built-in dashboard accessible through the Qdrant HTTP server at the dashboard path, available in both self-hosted and cloud deployments. It lets you browse collections, inspect points and payloads, run search queries, visualize vectors in reduced dimensions, manage snapshots, and monitor cluster health. The UI is useful during development and debugging without writing client code. For production operations, most teams prefer programmatic access through the REST or gRPC API with the Qdrant Python, JavaScript, or Rust clients.
qdrant.tech