Overview
Qdrant is an open-source and fully managed high-performance Vector Database. The vector search engine provides a production-ready service with a convenient API to store, search, and manage vectors with an additional payload Qdrant is tailored to extended filtering support on additional metadata fields, which can be stored as payload along with vector embeddings. With Qdrant, embeddings, and neural network encoders can be turned into full-fledged applications for matching, searching, recommending, and much more solutions to make the most of unstructured data. It is easy to use, deploy and scale, blazing fast and accurate simultaneously.
Highlights
- Blazing Fast and Accurate
- Advanced Filtering Support
- Flexible Storage Options
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Buyer guide

Financing for AWS Marketplace purchases
Pricing
Dimension | Cost/unit |
|---|---|
Qdrant cloud usage unit according to the cluster deployment. | $0.01 |
Dimensions summary
Top-of-mind questions for buyers like you
Vendor refund policy
Contact support@qdrant.com
Custom pricing options
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Resources
Vendor resources
Support
Vendor support
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

Standard contract
Customer reviews
Building RAG workflows has empowered our team and now accelerates self-service onboarding
What is our primary use case?
I have been using Qdrant for almost one and a half years. This was actually one of the first vector databases that we picked up in our organization. We started using the RAG modules to create a personalized company-based AI or a company-based LLM which would help answer questions from the employees, and we used Qdrant to store all the documentation, resources, and all other help links and help documents parsed into vector databases. After that, we moved into using Supabase vectors.
The main use case for Qdrant was to upload help resources and articles, as we have a repository of helpful resources or help documentation which the team can refer to in order to do a particular thing. For example, there is a workflow for how to onboard a new team member. The entire workflow has been broken down into multiple different steps and multiple different checklists, which is maintained in a documentation. This documentation can be given to a team member for a better understanding to follow the process through and onboard a team member. What we did is we used Qdrant to create a vector database where we can store all of these documents, creating embeddings out of them and storing them in the vector database in Qdrant. This can then be referred to by an LLM agent that retrieves these documents or answers based on inquiries. Instead of giving someone this document, we can give them access to the agent, and they can ask how to onboard a team member. The agent would refer to the document from Qdrant based on the vector database, fetch the results, and show them the exact contents of the document in a proper LLM format with checklists, allowing users to ask further questions for context.
How has it helped my organization?
Qdrant's impact on our organization was most evident in developer velocity and self-service troubleshooting during the time it was actively utilized for our documentation and RAG system. This approach allowed the team to avoid monotonous documentation searches; instead, they could interact with an LLM agent that fetched documentation contextually. Rather than taking days for technical issues to be resolved through traditional ticketing, issues can be solved in one to two days, thanks to self-diagnosis capability. The integration of an LLM agent reduces repetitive inquiries, allowing new team members to find answers independently rather than burdening senior engineers. Additionally, Qdrant's search latency was impressive, operating under 10 milliseconds for vector retrieval, allowing opportunity for real-time context in conversations with the LLM. This swift access to information enables ongoing improvements to our documentation based on user interactions, signaling gaps when low-confidence queries arise.
What is most valuable?
All of the features mentioned stand out for me; definitely, payload filtering is one of the primary reasons we used Qdrant initially. In many vector stores, we can filter by metadata either pre- or post-search, each with drawbacks. Pre-filtering risks over-restriction while post-filtering can yield unsatisfactory results. Qdrant's integration of payload index is excellent for setting up an HNSW graph, allowing metadata constraints to be resolved during graph traversal. For our onboarding case discussed, this means searching how to deploy code can be dynamically constrained to a specific role, ensuring precision and speed. Furthermore, the developer experience is enhanced by Qdrant's open-source nature, making it flexible and easily deployable. For an EdTech company with an active engineering team, reducing friction in adopting new technology is crucial, and Qdrant's open-source nature allows local instance setups without enterprise contracts, simplifying the deployment process. Scalability and fast search are core strengths, but managing scalability can require dedicated infrastructure, which led us to consider alternatives such as Supabase Vector .
Several specific details stand out about Qdrant's features, particularly for a company prioritizing low-code or no-code environments. The built-in UI for Qdrant is a very nice, interactive console that allows running dashboards and inspecting data without needing third-party GUI clients or custom scripts, as Qdrant includes a built-in console to simplify REST queries directly in the browser. Additionally, the recommendation API is notable; unlike many other vector databases that only support direct searches, Qdrant allows specifying positive and negative vector IDs as inputs. This unique feature enables tailored recommendations without needing to retrain models or develop complex ranking algorithms, making it invaluable for applications such as an onboarding system or a student-facing LMS .
What needs improvement?
While Qdrant is an exceptionally fast and efficient search engine within vector bases, our engineering team faced operational challenges during its adoption. Architectural complexity was a key friction point, as our primary database was set in Supabase , necessitating synchronization of two separate systems for user data, permissions, and states. The dual database setup meant every operation required updates to both Supabase and Qdrant, which risked falling out of sync if any issues arose with API calls, complicating developer efforts. Additionally, while Qdrant's payload filtering is powerful, the JSON-based domain-specific language can be verbose and challenging for developers skilled in SQL. The operational load of maintaining Qdrant as a standalone service introduced additional strain, requiring backups and monitoring independent from Supabase, which detracted from time spent on product features. Moreover, the absence of native relational joins complicates queries dependent on SQL data, necessitating segmented queries that can escalate network latency.
For how long have I used the solution?
I have been using Qdrant for almost one and a half years.
What do I think about the stability of the solution?
In my experience, Qdrant is stable.
What do I think about the scalability of the solution?
Qdrant exhibits quite good scalability.
How are customer service and support?
Customer support for Qdrant is quite good.
Which solution did I use previously and why did I switch?
We did not use any other solution before Qdrant; we transitioned from Qdrant to Supabase later.
How was the initial setup?
Technically, we are not really using Qdrant now, though we used it extensively for a long time, gaining better perspectives on vector stores and RAG systems for our own company, functioning as a help bot. We can query anything from Slack and retrieve data back for insights. When we were using Qdrant, we deployed it through Docker in a private cloud.
What about the implementation team?
For this specific workflow, we had to build an internal RAG system for team onboarding and documentation, using team onboarding as a particular example. The decision to choose Qdrant over other options was driven by operational and technical factors, particularly its advanced payload filtering for document segmentation. Internal documentation is rarely a flat pool of information; it is segmented by department with each team having its own set of documents. For instance, an HR team member would utilize onboarding documentation that serves as a checklist, while also having access to policy documentation such as offboarding procedures. This complex data pool made it tough to find the right document for a given workflow. Qdrant stood out due to its ability to perform single-stage filtering on payloads, allowing us to query the database with metadata filters set in place. Whenever we took a document and made embeddings, we assigned metadata tags to each document, facilitating efficient retrieval by relevance. Additionally, as an EdTech company with an active engineering team, developer velocity and ease of local testing are highly important. Qdrant, built on Rust for resource efficiency, can be easily set up locally, avoiding the need for high-level cloud virtual machines. Its well-documented SDK and open-source nature also contributed to our choice over other options.
What was our ROI?
We saw a clear return on investment from Qdrant, particularly in the engineering time saved and the empowerment of team members to handle self-service tasks instead of reducing headcount. The most significant ROI stemmed from improved ticket resolution time, with issues being solved rapidly as the team became more autonomous. Thanks to Qdrant's open-source nature, our initial licensing and setup costs were nearly zero, allowing for swift testing and launch of our RAG prototype. Although maintaining dual databases created some complications, switching to Supabase Vector preserved those productivity enhancements while significantly alleviating DevOps time and reducing costs.
What's my experience with pricing, setup cost, and licensing?
Licensing posed no issues, as Qdrant is open-source software with no upfront fees. Initially, the setup cost was low since we utilized a self-hosted model on a small cloud VM. However, as we added documentation, vector costs rose. The hidden factor was high, primarily from the developer time spent on backup management and complex sync pipelines between Qdrant and Supabase. While Qdrant itself is economically viable, consolidating to Supabase vectors ultimately saved costs associated with maintaining a unified vector base.
Which other solutions did I evaluate?
Before choosing Qdrant, we evaluated a few alternatives such as Pinecone , Milvus , and Chroma . However, Qdrant's open-source nature made it a relatively straightforward choice, especially as we aimed to establish an LLM agent capable of handling our RAG queries. Pinecone 's cloud-only restriction was unsuitable, as we sought local deployment without upfront costs. Milvus 's enterprise-level complexities were also excessive for our needs, given our team size and straightforward RAG requirements.
What other advice do I have?
My advice for those considering Qdrant is that it serves as an excellent starting point for any RAG workloads. The most practical recommendation is to first assess your stack complexity. Before committing to a dedicated vector database, evaluate if your existing primary database meets your scale. While Qdrant is fast, maintaining a separate database may lead to significant synchronization issues and DevOps overhead. If your needs involve under a few million vectors without extreme load sub-millisecond search latencies, consolidating your setup into a single database can alleviate engineering challenges effectively. I would rate this product an 8 out of 10.
Search engine for personalized scheme recommendations has improved accuracy and supports rich metadata
What is our primary use case?
What is most valuable?
I find Qdrant quite amazing because it is simple and has a Python client that allows for fast local experimentation, making it a good fit for my needs.
The best features Qdrant offers include fast local experimentation and support for both dense and sparse embeddings, which allows for hybrid search.
Hybrid search is really important for semantic matching as well as exact matching, providing significant benefits to my work and my team.
Qdrant has allowed me to build a really good search engine for scheme recommendation, having a positive impact on my organization.
I have seen great improvements in my search results using Qdrant specifically, which enhances my work.
An accuracy boost was definitely observed from 45 to 50% using Faiss to around 85 to 95% using Qdrant, and the users are really happy as they are getting suggested really good schemes that would take a lot of time to find.
What needs improvement?
The file system lock in Qdrant prevents the API and scripts from hitting it directly, and to surpass this limitation, I have to run Qdrant client as a service, which incurs additional costs for running it continuously, so if something about that could be done, it would be really amazing.
Qdrant has been really good apart from the file system lock issue that I have faced, which I had to overcome by building a Docker service to run Qdrant, so apart from that, everything has been really good with Qdrant.
For how long have I used the solution?
I have used it for the past six months.
What do I think about the stability of the solution?
Qdrant has been really good and very stable despite the file lock system.
What do I think about the scalability of the solution?
When Qdrant is deployed in Docker , it scales really fast, and you can assign multiple CPUs to enhance performance.
Which solution did I use previously and why did I switch?
I first started experimentation with Faiss because it does not allow for metadata storage or any additional columns along with the dense embeddings, and I was suggested by my senior that I could use Qdrant as another vector store which allows us to overcome the limitations put forth by Faiss.
I first started with Faiss and even evaluated PGVector before choosing Qdrant.
What other advice do I have?
My advice to others looking into using Qdrant is to go ahead and use it.
Qdrant is really good, and my additional thought is to go ahead and use it. I gave this review a rating of 9.
Building accurate no-code resume screeners has saved weeks in document search workflows
What is our primary use case?
My main use case was utilizing Qdrant as a vector database to store documents in vector format, which made searching easier whenever a query was passed. I implemented it in a chatbot, specifically a RAG chatbot, which stands for Retrieval-Augmented Generation. I stored the business documents of companies into Qdrant's knowledge base or vector database.
Using Qdrant as my vector database for the RAG chatbot definitely helped with document search and chatbot accuracy. Initially, it was very easy to implement vector search in Qdrant and to embed the documents that needed to be stored. The RAG chatbot was a simple PDF stored in the knowledge base in properly defined chunks and could be queried anytime when a question was passed. Accuracy-wise, the chatbot achieved approximately seventy percent accuracy, although it needed more fine-tuning and guardrails to make it more accurate, which was insightful for me in using Qdrant.
Regarding my main use case and experience using Qdrant for my RAG chatbot and document search, I started by coding and implementing the RAG chatbot alongside Qdrant as a vector database. Recently, I discovered an innovative way of using Qdrant, which is Qdrant Cloud. This allows users to utilize Qdrant not just in coding projects but also in no-code projects. As an AI automation engineer, I have created no-code automations for HR and recruiting agencies, such as an ATS screener and resume screener, where I built a proper vector database for the recruiting agency to store all the resumes they have. They can query the top N results matching their job descriptions without me needing to code the entire solution, thanks to Qdrant Cloud. It made implementation much easier and took me less than a week, whereas a coded project would normally take at least a month.
One of the best features Qdrant offers is definitely Qdrant Cloud, as it can be easily deployed and implemented in no-code platforms without limitations tied to a coding approach. Additionally, the HNSW method for searching through the vector database is very fast and accurate compared to just normal similarity search that most vector databases provide. Moreover, Qdrant allows users to view how the vectors are stored, including checking the three-dimensional diagrams of the stored vectors.
The specific feature that helped me solve problems or save time is Qdrant Cloud, especially when I built a resume screener for the recruiting agency in under a week. This significant time-saving benefit comes from using Qdrant Cloud in no-code automation workflows. Another use case I had was creating a complete vector database for the company, where I stored contracts in PDF format. This allows the company's founder to query the bot and swiftly get accurate answers about these documents, enhancing the whole process significantly in terms of speed and simplicity due to the easier access provided by Qdrant Cloud.
What is most valuable?
One of the best features Qdrant offers is definitely Qdrant Cloud, as it can be easily deployed and implemented in no-code platforms without limitations tied to a coding approach. Additionally, the HNSW method for searching through the vector database is very fast and accurate compared to just normal similarity search that most vector databases provide. Moreover, Qdrant allows users to view how the vectors are stored, including checking the three-dimensional diagrams of the stored vectors.
Qdrant has positively impacted my organization by consuming much less time than building systems through coding. It is vital for the business to consider how much time is needed to achieve a specific output. For instance, my project for the recruiting agency would have taken a month using a coded approach, but thanks to Qdrant Cloud and the HNSW accurate searching method, the company saved at least three weeks of time. The greater accuracy of query answers when using Qdrant also matters significantly for us.
Beyond time saved and improved accuracy, another measurable outcome is cost savings. Instead of using subscription-based platforms like Weaviate, Qdrant offers a free tier, especially on Qdrant Cloud, which makes it easier for us to utilize Qdrant Cloud for free without costs. While we initially may not have many use cases, I believe that as we grow, moving to a paid plan will not be an issue due to the positive results we have seen over these months.
What needs improvement?
I see room for improvement in Qdrant based on what another platform called Weaviate offers. Qdrant provides an excellent vector database with a solid searching method. However, it could elevate its offering by integrating embedding features. Currently, for the workflow automation I build, I rely on other platforms for embedding, so incorporating this feature directly in Qdrant Cloud would eliminate the need to depend on external solutions.
A pain point I have encountered was the inactive expiration of the cloud created for certain projects. If the cloud is not used for a week, it gets terminated, which is frustrating. I think increasing that inactivity window in the free tier would be beneficial, as I have faced limitations due to this seven-day inactivity rule, requiring me to reset up the cloud after its termination.
For how long have I used the solution?
I used Qdrant during my first internship, which was approximately eight to ten months ago.
What do I think about the stability of the solution?
Qdrant is stable, except for the limitation concerning the termination of inactive clouds after a week. Other than that, it operates reliably.
What do I think about the scalability of the solution?
Qdrant is definitely scalable. In the recruiting agency project, the reliance on the vector database has expanded from storing hundreds of resumes to thousands, demonstrating its scalability and impressing the company with the results.
How are customer service and support?
I have not had any need to contact Qdrant's customer support. The documentation provided by Qdrant covers most queries effectively, and I foresee no need for support in the near future.
Which solution did I use previously and why did I switch?
I previously used a different solution before Qdrant called Faiss , which is Facebook's vector database. While it was user-friendly for understanding the basics, it does not match the accuracy of Qdrant. Therefore, I switched to Qdrant Cloud due to its higher accuracy resulting from the HNSW searching method.
How was the initial setup?
There is definitely a return on investment with Qdrant. Although I am on a free tier and therefore have zero investment, the results obtained have been excellent for a vector database. The time saved is substantial, with nearly three weeks or more for projects deployed with Qdrant Cloud in no-code platforms. The accuracy achieved through HNSW searching compared to others is notable.
What was our ROI?
There is definitely a return on investment with Qdrant. Although I am on a free tier and therefore have zero investment, the results obtained have been excellent for a vector database. The time saved is substantial, with nearly three weeks or more for projects deployed with Qdrant Cloud in no-code platforms. The accuracy achieved through HNSW searching compared to others is notable.
What's my experience with pricing, setup cost, and licensing?
Regarding pricing, setup costs, and licensing, since I am using only the free tier of Qdrant Cloud, there are no setup costs involved. Moving forward, as the company grows, I will consider options for a paid plan with Qdrant.
Which other solutions did I evaluate?
What other advice do I have?
My advice for others looking into using Qdrant is to understand how a vector database works, including how embedding should be done before it is passed into the database. Familiarizing oneself with how the HNSW search functions internally is crucial. I also suggest starting with simpler vector databases like Faiss before progressing to Qdrant, which is distinctly superior as a modern vector database.
I believe I have covered all points regarding Qdrant. It is definitely worth using for teams engaged in either coded or no-code platforms. I was pleasantly surprised to learn that I could build something on a no-code platform using Qdrant Cloud, which intrigued me greatly. I think Qdrant Cloud offers significant benefits, especially in saving time while developing no-code automation projects, similar to what would have been achieved with coding. I would rate this product a nine out of ten.
Our AI analysis has achieved sub‑second vector searches and now delivers faster insights
What is our primary use case?
Our use case for Qdrant is AI data analysis.
What is most valuable?
The best features of Qdrant are GPU support, which enables very fast processing, and a very light footprint as it uses fewer resources.
I assess the value of Qdrant's ability to handle high-dimensional vectors for our AI projects as very positive. It is able to handle all of the AI workloads we have, and we are currently operating at a chunk size of 128KB, where it performs well.
My thoughts on the hybrid search capabilities of Qdrant are that they are very good.
What needs improvement?
The area for improvement in Qdrant is its clustering capability. While it has clustering functionality, it is not easy to set up, and not everyone can configure the clustering, so there is room for improvement in the clustering configuration.
Deploying Qdrant is complex when dealing with a cluster. A single node deployment is very easy, but if you want to deploy a cluster, it becomes complex.
For how long have I used the solution?
We have been using Qdrant for the last two years.
What do I think about the stability of the solution?
Qdrant requires maintenance. You need to patch Qdrant as soon as patches are released. We always perform minor updates, and for major updates, we consider them based on migration time and other factors. We always apply patches and minor updates.
How are customer service and support?
I rate the technical support of Qdrant as a nine because I think we have never reached out to them directly, but Qdrant has good support available online, and I can get answers from forums. The support is good.
Which other solutions did I evaluate?
When comparing Qdrant with other databases like MariaDB or TiDB, those databases do not have vector searching capabilities. Qdrant can be compared with other vector databases like Milvus , ClickHouse , and Pinecone . Qdrant operates in its own vector database segment and is good because it supports GPU acceleration, meaning if you can install a graphics card, it will use it, and it has cluster support. There is room for improvement, but it does have cluster support. If you compare other databases like Milvus or Pinecone , they do not have clustering or GPU support; those are very preliminary databases. Qdrant is an enterprise database, and we can rely on it for running enterprise applications. ClickHouse is somewhat comparable to Qdrant, but ClickHouse is a hybrid database rather than a specialized database designed for time series; it is only somewhat comparable to Qdrant.
What other advice do I have?
We are using the default query language for Qdrant, and we have not used anything else. Whatever Qdrant provides by default, we are using it, and we are satisfied with that.
The metrics I use to evaluate the performance in indexing and retrieving vectors with Qdrant focus on response time. Response time is the primary metric.
Qdrant has reduced our response time to less than one second for our 128 KB token sizes, and we are satisfied with that performance.
Qdrant is open source, which means the software is free if you handle it yourself, but you need one or two engineers working on it. Since it is free, it is very good compared to other databases. I rate this review an overall 8.
Hybrid search has improved legal and educational AI retrieval and supports fast model iteration
What is our primary use case?
My primary use cases for Qdrant are legal and educational.
What is most valuable?
The most valuable feature I have found in Qdrant is the sample code. I think they have good examples that make it developer-friendly.
Using Qdrant's hybrid search capability has improved my search results. The ability of Qdrant to handle high-dimensional vectors for my AI projects is pretty fast, and I think it's the best we have used so far. That's why we continue using it and did not check other options anymore.
The configuration of Qdrant is okay. For a developer, it was easy to set the product up and to use it.
What needs improvement?
I should check if real-time data updates in Qdrant have helped improve my models, as I don't even know they have that feature.
A lot of our work is agentic right now, and we have also segmented the content to be logical, so there's not a lot of vector search anymore. I haven't really thought of any additional features that would make Qdrant closer to a perfect score.
For how long have I used the solution?
I have been using Qdrant for two years.
How are customer service and support?
I would rate Qdrant's technical support as community-driven. There's community support since we're not paying anything, and it's more the community support for it. It's open source, so we house it on our server.
I think they provide enough information on the internet, and I am satisfied with it. They explain it well.
Which solution did I use previously and why did I switch?
I switched from Faiss because it's open source and there's not a lot of support. We were worried that moving forward, maybe no one will maintain it, so it's just good for experimenting.
How was the initial setup?
The configuration of Qdrant is okay. For a developer, it was easy to set the product up and to use it.
What's my experience with pricing, setup cost, and licensing?
Using Qdrant is free. We house it and have a VM where we just installed it on the VM.
Which other solutions did I evaluate?
Before finally choosing Qdrant, I did evaluate other options, but that was a long time ago, and I don't know what the state of vector databases is now.
What other advice do I have?
Currently, we are using a vector database called Qdrant, but most of our tasks are agentic, and we don't have it anymore. I can answer a few questions about Qdrant.
I have used Qdrant's hybrid search capability. The use of multiple query languages has impacted my data query processes mostly as Q&A.
We use the Ragas metrics to evaluate Qdrant's performance in indexing and retrieving vectors. All the metrics I consider in Ragas are useful.
In my company, we have around eight or nine people using Qdrant. I think Qdrant is popular enough in my region, but they can probably promote it more.
I rate this review a 9 out of 10.