--- title: Milvus Reviews meta\_title: 'Milvus Reviews 2026: Details, Pricing, & Features | G2' meta\_description: Filter 12 reviews by the users' company size, role or industry to find out how Milvus works for a business like yours. aggregate\_rating: rating\_value: 4.7 review\_count: 12 scale: '5' date\_modified: '2026-08-07' parent\_category: name: Database Software url: https://www.g2.com/categories/database-software ---

# Milvus Reviews & Product Details

Claimed

###### Profile Status

This profile is currently managed by Milvus but has limited features.  
  
Are you part of the Milvus team? [Upgrade your plan](https://sell.g2.com) to enhance your branding and engage with visitors to your profile!

Milvus is a highly flexible, reliable, and blazing-fast cloud-native, open-source vector database. It powers embedding similarity search and AI applications and strives to make vector databases accessible to every organization. Milvus can store, index, and manage a billion+ embedding vectors generated by deep neural networks and other machine learning (ML) models. This level of scale is vital to handling the volumes of unstructured data generated to help organizations to analyze and act on it to provide better service, reduce fraud, avoid downtime, and make decisions faster. Milvus is a graduated-stage project of the LF AI & Data Foundation.

* * *

Seller
[ZILLIZ](https://www.g2.com/sellers/zilliz)
Discussions
[Milvus Community](https://www.g2.com/products/milvus/discuss)
Languages Supported

English

Overview by
Emily Kurze

Show More

## Pricing

Pricing provided by Milvus.

### Free & Open Source

Free

[
View More Pricing Information
](https://www.g2.com/products/milvus/pricing)

## Top-Rated Alternatives

[

 ![Elasticsearch](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Elasticsearch")

Elasticsearch

4.5/5(292)

](https://www.g2.com/products/elastic-elasticsearch/reviews)

[

 ![Algolia](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Algolia")

Algolia

4.5/5(453)

](https://www.g2.com/products/algolia/reviews)

[

 ![Supabase](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Supabase")

Supabase

4.6/5(169)

](https://www.g2.com/products/supabase-supabase/reviews)

[
View All Alternatives
](https://www.g2.com/products/milvus/competitors/alternatives)

## User Insights

Average based on 12 real user reviews.

[Log in to unlock pricing and user insights](/login)

## Milvus Integrations
(1)

What do users say about integrations?

Integration information sourced from real user reviews.

[

 ![Product Avatar Image](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Product Avatar Image")

Apache Phoenix

](https://www.g2.com/products/apache-phoenix/reviews)

Show More

 ![Bharat V.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Bharat V.")
BV

Bharat V.

Lead SDET AI

Legal Services

Enterprise (\> 1000 emp.)

4/30/2026

Business partner of the seller or seller's competitor, not included in G2 scores.

"Improving AI Testing Efficiency with Scalable Vector Search Using Milvus"

5/5

What do you like best about Milvus?

One new thing I’ve started to appreciate about Milvus is how well it supports hybrid search and evolving AI use cases.

In our recent work, we’ve been exploring scenarios where both vector similarity and metadata filtering are required together. Milvus handles this combination quite effectively, which makes testing more realistic. For example, instead of just validating “similar results,” we can now validate “relevant results within a specific context,” which is closer to how real users interact with AI systems.

Another thing I’ve noticed is improved stability when working with larger and more dynamic datasets. As our test data grows and changes frequently, Milvus still maintains consistent performance. This has helped us run more reliable regression tests without worrying about performance drops.

I also like how it fits into modern AI workflows that involve retrieval-based systems like RAG. It gives us a solid foundation to test not just similarity, but also how well retrieval impacts final AI responses.

One subtle but important benefit is how it enables better experimentation. We can quickly try different indexing or query approaches during testing and see how they affect relevance. This makes it easier to fine-tune AI behavior from a QA perspective.

Overall, beyond the core features, Milvus is becoming more useful as we move into more advanced and realistic AI testing scenarios. Review collected by and hosted on G2.com.

What do you dislike about Milvus?

There are a few areas where Milvus can improve, especially from a QA and AI testing perspective.

One key improvement would be better guidance around index selection and parameter tuning. Right now, getting the right balance between accuracy and performance often requires trial and error. Having clearer recommendations or built-in suggestions based on use cases would save a lot of time.

Observability is another area that could be stronger. When search results are not as expected, it’s not easy to pinpoint whether the issue is with embeddings, indexing, or query behavior. More detailed logs, debugging tools, or visual insights into how results are retrieved would make troubleshooting much easier.

The UI could also be enhanced. While API-based interaction works well for development, a more interactive interface for managing collections, running queries, and validating results would help a lot in exploratory testing and quicker validation cycles.

From a scaling perspective, simplifying deployment and resource management would be valuable. Running Milvus efficiently in larger environments still requires careful planning, so improvements in auto-scaling or easier configuration would help teams adopt it faster.

Lastly, more practical, real-world examples especially focused on testing, validation, and AI quality use cases would make onboarding smoother for QA teams.

Overall, Milvus is strong in performance and capability, but improving usability, visibility, and guidance would make it even more effective in real-world workflows. Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

Milvus solves a key problem for us around validating similarity and relevance at scale in AI and LLM-based applications.

In my current QA role, before using Milvus, we struggled with testing embedding-based features like semantic search and recommendations. We relied on smaller datasets and custom scripts, which made validation slow and not very reliable for real-world scenarios. Traditional databases were not efficient for handling high-dimensional vector search.

With Milvus, we now store embeddings generated from our models and run similarity queries as part of our test validation process. For example, while testing semantic search, we query nearest neighbors to verify whether the system is returning the most relevant results. This process is now much faster, with responses in milliseconds, which allows us to run multiple validation cycles efficiently.

From a workflow perspective, it has improved our automation significantly. We’ve integrated Milvus into our Python-based test pipelines, so instead of manual validation or custom logic, we run automated relevance checks during regression testing of AI features.

Another benefit is consistency. Even with large datasets, search performance remains stable, which helps us get repeatable validation results. This is important when testing LLM systems where outputs can vary, so having a reliable similarity layer adds confidence.

In terms of ROI, it reduces the need to build and maintain custom vector search solutions. This saves engineering time and allows us to focus more on improving test coverage and quality.

Overall, Milvus helps us solve the challenge of scalable vector validation, and it has made our AI testing process faster, more reliable, and easier to manage. Review collected by and hosted on G2.com.

Show More

5/5/2026
Current UserValidated ReviewerIncentivizedSource: Organic

 ![Pablo H.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Pablo H.")
PH

Pablo H.

Tecnico de Suporte

Small-Business (50 or fewer emp.)

12/18/2025

"Native and Efficient Vector Storage for Modern AI"

5/5

What do you like best about Milvus?

Native architecture for vectors

Specifically designed for large-scale vector storage and search, unlike traditional databases that are adapted.

Efficient support for dense and sparse embeddings, essential for modern AI models. Review collected by and hosted on G2.com.

What do you dislike about Milvus?

Operational and deployment complexity

Intricate distributed architecture: Multiple components (coordinators, workers, etc.) require separate configuration and monitoring.

Heavy infrastructure dependency: Need for Kubernetes or container orchestration for production deployment.

Limited standalone version: The "standalone" version is not suitable for production, only for testing. Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

Support for real-time insertions, updates, and deletions without full reindexing (in specific scenarios). Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: OrganicAI Translated

 ![Felipe B.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Felipe B.")
FB

Felipe B.

Assistente de TI

Mid-Market (51-1000 emp.)

1/26/2026

"Best help desk tool 2026"

5/5

What do you like best about Milvus?

Highlight for Omnichannel, all modes of service in a single tool. Real-time monitoring of terminals. SLA management, reports, and dashboards. Knowledge base with self-service for end users. Review collected by and hosted on G2.com.

What do you dislike about Milvus?

Configuration complexity for smaller companies, with a wide range of functionalities. Structure more oriented towards the IT sector. Cloud-based platform, any instability interrupts access. Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

Call handling, monitoring SLA, reports, and Omnichannelity. Review collected by and hosted on G2.com.

Show More

Validated ReviewerSource: OrganicAI Translated

 ![Marcos D.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Marcos D.")
MD

Marcos D.

Analista Sr Financeiro

Enterprise (\> 1000 emp.)

1/22/2026

"Milvus Evaluation"

4/5

What do you like best about Milvus?

Clarity in calls and notices. Category and pauses. Review collected by and hosted on G2.com.

What do you dislike about Milvus?

There is no automation by queue and SLA deadline. Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

Demand for payment, organization. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: OrganicAI Translated

 ![Chetan B.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Chetan B.")
CB

Chetan B.

Devops engg

Small-Business (50 or fewer emp.)

8/1/2024

"milvus - a must have DB"

5/5

What do you like best about Milvus?

Milvus stands proud as an outstanding open-source vector database for its effective guide for similarity seek and AI programs. What I like satisfactory approximately Milvus is its distinctly efficient and scalable architecture, which seamlessly handles massive-scale datasets with millions or even billions of vectors Review collected by and hosted on G2.com.

What do you dislike about Milvus?

One major drawback is its quite steep learning curve, especially for users new to vector database and AI applications Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

For us, this capability translates into faster, extra relevant search outcomes, enhancing user experience in our applications. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Bishal B.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Bishal B.")
BB

Bishal B.

Technical Support Engineer II 

Mid-Market (51-1000 emp.)

6/19/2024

"Milvus user experience is amazing"

4.5/5

What do you like best about Milvus?

Milvus excels in performing similarity searches on high-dimensional vector data, which is crucial for applications like image retrieval, natural language processing (NLP), and recommendation systems. Review collected by and hosted on G2.com.

What do you dislike about Milvus?

It is complex to setup and configure Milvus in a distributed environment. Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

One of the core problems Milvus tackles is performing fast and accurate similarity searches on high-dimensional vector data. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Computer Software](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Computer Software")
UC

Verified User in Computer Software

Mid-Market (51-1000 emp.)

7/30/2024

"Daily user of Milvus"

4.5/5

What do you like best about Milvus?

It is one of the fastest vector database out there. Review collected by and hosted on G2.com.

What do you dislike about Milvus?

The code to make collection can be difficult to understand for a beginner. Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

It is really good at storing the database in vector form and fast to fetch the usefull and relative information from the database using similarity search algorithm using ML libraries. Review collected by and hosted on G2.com.

Show More

Validated ReviewerIncentivizedSource: G2 invite

 ![Verified User in Computer Software](/assets/icons/anonymous-avatar-purple-4ae1032bdb50ee5682003170c8184aee790d25958bd397abbd384ba52c596a7b.svg "Verified User in Computer Software")
IC

Verified User in Computer Software

Mid-Market (51-1000 emp.)

2/14/2024

"Tons of great features and customization options for an open source database product"

4.5/5

What do you like best about Milvus?

The ability to take the open source code base and build something really powerful for our own use case. Review collected by and hosted on G2.com.

What do you dislike about Milvus?

The learning curve to get everything set up has been a challenge. Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

Our customers had given us feedback that our current stack restricted how they could deploy our platform. Milvus gives us more control and more options for our end users. Review collected by and hosted on G2.com.

Show More

Validated ReviewerSource: Organic

 ![Namee O.](/assets/transparent-ad5be28fbcd25b7b08d2cebe1d957125437fb5407d75ee717965ad22c8808791.gif "Namee O.")
NO

Namee O.

Founder

Small-Business (50 or fewer emp.)

2/6/2024

"Milvus is an Exceptional vector database"

5/5

What do you like best about Milvus?

Milvus is extremely scalable, easy to use Review collected by and hosted on G2.com.

What do you dislike about Milvus?

Nothing to report whatsoever ........... Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

Milvus is exceptional at handling large amounts of unstructured data Review collected by and hosted on G2.com.

Show More

Validated ReviewerSource: Organic

XD

Xingxing D.

Enterprise (\> 1000 emp.)

3/20/2023

"Milvus2.x version is mature"

5/5

What do you like best about Milvus?

Milvus has a cloud native architecture, excellent performance, rich index types, and can support a variety of application scenarios, making it very suitable for large-scale landing in enterprises. With rich api support, it is very convenient to build a platform in enterprises. We use milvus in image similarity search, video similarity search, recommender system scenarios, by using milvus our system significantly improved performance and stability. Review collected by and hosted on G2.com.

What do you dislike about Milvus?

Milvus should improve the web UI (Attu), currently the function is relatively simple, and also the upsert feature is Review collected by and hosted on G2.com.

What problems is Milvus solving and how is that benefiting you?

We use Milvus in image similarity search, video similarity search, recommender system scenarios. By using Milvus our system significantly improved performance and stability. Review collected by and hosted on G2.com.

Show More

Current UserValidated ReviewerSource: Organic

## Pricing Options

Pricing provided by Milvus.

### Free & Open Source

Free

[
View More Pricing Information
](https://www.g2.com/products/milvus/pricing)

Milvus Comparisons

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_ffd2ceca3808e764cf365cfa1ab08b36/weaviate.png "Product Avatar Image")

Weaviate

4.5/5(42)

[
Compare Now
](https://www.g2.com/compare/milvus-vs-weaviate)

 ![Product Avatar Image](https://images.g2crowd.com/uploads/product/image/small_square/small_square_0edbde5998b4b753d753f27bd1c5336d/pinecone.jpeg "Product Avatar Image")

Pinecone

4.5/5(56)

[
Compare Now
](https://www.g2.com/compare/milvus-vs-pinecone)

##### Categories on G2

[AWS Marketplace](https://www.g2.com/categories/aws-marketplace)[AI Search & Retrieval Infrastructure Platforms](https://www.g2.com/categories/ai-search-retrieval-infrastructure-platforms)[Vector Database](https://www.g2.com/categories/vector-database)

##### Explore More

[Which encryption key management platforms offer hardware security module integration and compliance support?](https://www.g2.com/discussions/which-encryption-key-management-platforms-offer-hardware-security-module-integration-and-compliance-support%20)[Best chatbots for customer engagement tools](https://www.g2.com/discussions/chatbots-what-are-the-best-chatbots-for-customer-engagement-tools)[Which connected worker platforms are the most user-friendly for frontline workers who are not comfortable with technology and need something they can actually navigate without training?](https://www.g2.com/discussions/which-connected-worker-platforms-are-the-most-user-friendly-for-frontline-workers-who-are-not-comfortable-with-technology-and-need-something-they-can-actually-navigate-without-training)

[Which mobile app debugging solutions work effectively when simulators cannot replicate real device features?](https://www.g2.com/discussions/which-mobile-app-debugging-solutions-work-effectively-when-simulators-cannot-replicate-real-device-features)[Help me pick the best time tracking software](https://www.g2.com/discussions/i-am-looking-for-some-real-users-time-tracking-software-reviews-that-can-help-me-pick-the-best-one)[What is the best corporate volunteering software for a mid-size company that wants easy event sign-ups, hour tracking and impact reporting without a complex rollout?](https://www.g2.com/discussions/what-is-the-best-corporate-volunteering-software-for-a-mid-size-company-that-wants-easy-event-sign-ups-hour-tracking-and-impact-reporting-without-a-complex-rollout)

[Show MoreShow Less](javascript:void(0);)