Berlin-based AI infrastructure startup developing an open-source vector search engine in Rust for production workloads, enabling composable vector search for modern AI systems.
Investment Rounds
Capital activity and funding progression
| Amount | Date | Round |
|---|---|---|
| $50 M | Mar, 2026 | series-b |
Frequently Asked Questions
Where is Qdrant located?
Qdrant is located in Berlin, Germany.
What industries does Qdrant operate in?
Qdrant operates in the following industries: AI infrastructure, Vector database, Open-source software, B2B SaaS, Developer tools.
When was Qdrant founded?
Qdrant was founded on 2026-03-16.
How much total funding has Qdrant raised?
Qdrant has raised a total of $50,000,000.
Who are the investors in Qdrant?
The investors in Qdrant are: AVP, Bosch Ventures, Unusual Ventures, Spark Capital, 42CAP.
Who are the founders of Qdrant?
The founders of Qdrant are: Andrey Vasnetsov, Andre Zayarni.
What is Qdrant?
Qdrant is an open-source vector database and vector search engine designed to handle high-dimensional embeddings. It allows users to store, search, and manage vectors with additional payload data efficiently.
How does Qdrant perform vector searches?
Qdrant utilizes the Hierarchical Navigable Small World algorithm for approximate nearest neighbor search. This approach ensures high performance and low latency even when dealing with massive datasets.
Does Qdrant support filtering based on metadata?
Yes, Qdrant provides advanced filtering capabilities. It allows you to combine vector similarity searches with complex conditions based on associated payload metadata, such as keywords, ranges, or geo-coordinates.
Is Qdrant available as a managed service?
Qdrant offers a managed cloud platform that provides automated scaling, maintenance, and monitoring. This allows developers to focus on building applications without worrying about infrastructure management.
Which programming languages have official Qdrant clients?
Qdrant provides official SDKs for several popular languages including Python, Go, Rust, and JavaScript. It also offers a REST API and gRPC interface for integration with any other technology stack.
How does Qdrant handle data persistence and reliability?
Qdrant ensures data reliability through a write-ahead log and supports periodic snapshots for backups. It is built in Rust to provide high performance and memory safety.
What is the licensing model for Qdrant?
The core engine of Qdrant is open-source and released under the Apache License 2.0. This allows developers to use, modify, and distribute the software freely.