
Work Here?
Zilliz provides a cloud-based vector database service that helps enterprises run vector search applications at scale. Its main product, Zilliz Cloud, is a fully-managed platform that handles deployment, scaling, and operation of vector databases, so customers do not have to build or maintain infrastructure. It supports large-scale vector data (up to 500 compute units and tens of billions of items) and is designed to work with diverse tech stacks. The company differentiates itself by offering a high-performance, reliable service with strong security (SOC 2 compliance and 99.9% uptime) and a focus on customer experience, while planning to add features like Role-Based Access Control. Its goal is to enable businesses to deploy and scale vector similarity search easily and securely, freeing them to focus on their core operations.
Industries
Data & Analytics
Enterprise Software
AI & Machine Learning
Company Size
51-200
Company Stage
Series B
Total Funding
$113M
Headquarters
Redwood City, California
Founded
2017
See people who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
Total Funding
$113M
Above
Industry Average
Funded Over
3 Rounds
Industry standards
Health Insurance
Dental Insurance
Vision Insurance
Paid Vacation
Paid Sick Leave
Unlimited Paid Time Off
401(k) Company Match
Company Equity
Zilliz has released Milvus 3.0, a major update to the open-source vector database that introduces a lake-native architecture. The new version allows production indexing and retrieval to operate directly over data in object storage, eliminating the need to duplicate data between real-time retrieval and offline processing systems. Milvus 3.0 introduces External Collections, which enable developers to define collections over data stored in formats like Lance, Iceberg, and Parquet without copying source data. The update also features Loon, a new storage engine designed to reduce latency when accessing object storage. The release expands retrieval capabilities beyond traditional vector search, adding server-side sorting, aggregation, and faceted search. A new StructList feature supports native multi-vector retrieval for documents, images, and products. Milvus 3.0 is available under the Apache 2.0 licence. Zilliz Cloud offers a managed version that extends the core functionality into a Vector Lakebase platform.
Zilliz launches Milvus vector lakebase. Chris Mellor STORAGE EDITOR Blocks & Files editor Published thu 16 Jul 2026 // 18:17 UTC Zilliz has announced its v3.0 update to Milvus, its open-source vector database adding lake-native data access and a more expressive retrieval engine to developers building production AI applications. Lake-native means the data's primary home is open formats on cloud object storage (a data lake) - not loaded into a separate database. Zilliz has been talking about its Vector Lakebase technology since June, public preview start time, when CEO and founder Charles Xie said it was "one data foundation where the same vectors can serve a production query, anchor a discovery session, and power a multi-petabyte training-data pipeline - without copies, migration, or a parallel stack." Unified lake-native storage, Zilliz says, means one storage layer, on object storage, that serves both low-latency online search and large-scale analytics over the same files. James Luan, Zilliz Co-founder and CTO, said: "Milvus 3.0 brings production retrieval closer to where data already lives and gives developers a more expressive engine for modern AI applications. That same foundation powers Zilliz Vector Lakebase, where we extend it with the elasticity, operational simplicity, and enterprise capabilities required to manage AI data at scale." Vector databases store vector embeddings, the mathematically calculated numeric representations of various dimensions of a word or image. Vector databases provide vector search facilities to find similar vectors. Items with similar values on the same dimensions have vectors that are closer to the stores ones than dissimilar items. Zilliz says Milvus is the most popular open-source vector database world-wide, with more than 10,000 organizations using it for RAG, search, recommendations, and AI agents in production. It has also accumulated more than 100 million Docker pulls. Zilliz says production AI systems commonly maintain one copy of data for real-time retrieval and another for offline processing. Moving data between the two introduces additional storage overhead, lengthy exports, synchronization pipelines, and operational complexity. Milvus 3.0 enables organizations to build and serve production-grade indexes over vector data that remains in object storage and open data formats. It also moves more query and retrieval operations into the engine, expanding Milvus beyond traditional nearest-neighbor search to support richer ranking, aggregation, sparse search, and multi-vector retrieval. V3.0 features; * External Collections define Milvus collections over data stored in Lance, Iceberg, Parquet, or Vortex. Milvus builds vector, full-text, JSON, and scalar indexes over the data and exposes them through the same APIs as native collections - without copying the source data into Milvus. Incremental synchronization keeps indexes current as the underlying dataset changes. * Loon, the new manifest-based storage engine in Milvus 3.0, is designed to substantially reduce the read amplification associated with low-latency point access on object storage. It uses Vortex, an open and Arrow-compatible columnar format, as its default storage format. * Snapshots create point-in-time, read-only views of live collections at minimal incremental storage cost. Offline jobs such as evaluation, deduplication, and backfill validation can run against a stable dataset while production writes continue. * A new Spark connector exposes Milvus as a Spark DataSource V2, allowing Spark, Databricks, and EMR pipelines to read from and write to Milvus as part of standard batch workflows. Milvus 3.0 also introduces vector-native batch operators for tasks including deduplication and clustering. Top-K vector search means finding the K most conceptually similar items to a query item, using mathematical distance rather than exact keyword matching. "K" is a number such as 5, 10 or 20. Top-K searches don't scale well as they measure distances between vectors across an entire dataset. The more vectors and dimensions in the dataset the longer the search takes. Luan said: "Production applications rarely stop at returning the nearest vectors. They need to sort, group, build facets, and retrieve across multiple representations of the same entity. Milvus 3.0 moves more of that work into the engine while redesigning storage for efficient, low-latency access on object storage." Milvus 3.0 expands search retrieval beyond traditional top-K vector search to include; * Server-side sorting and aggregation, together with faceted search, allow applications to combine semantic relevance with attributes such as freshness, rating, price, category, tenant, and content source. Operations that previously required over-fetching data and processing it in application code can now execute directly within the Milvus engine. * StructList introduces native multi-vector retrieval for documents, images, and other entities represented by more than one vector. A document can retain vectors for multiple chunks, an image can retain vectors for multiple visual patches, and a product can retain several multimodal representations under a single entity and metadata record. StructList also supports late-interaction retrieval models such as ColBERT and ColPali. * Milvus 3.0 strengthens sparse and hybrid retrieval with an optimized sparse index that is approximately 3 times smaller while achieving comparable recall in internal testing. * Enhancements also include SINDI for learned-sparse vectors, server-side MinHash generation, nullable vector fields, custom dictionaries for full-text search, and broader support for Faiss-compatible indexes. This release develops the shared technical foundation behind both open-source Milvus and Zilliz Cloud. Developers can deploy Milvus independently, while Zilliz Cloud builds on the Milvus core to deliver a fully-managed Vector Lakebase spanning real-time serving, interactive discovery, batch analytics, and AI data operations. Zilliz has given competitors Pinecone, Qdrant and Weaviate something to think about. All four are looking to lower search times. Qdrant introduced faster indexing, 3-way clusters for instant failover, and audit logging for compliance. In April. Pinecone announced precompiled vector sets and a composable retriever in May to speed AI agent searches. They appear to be assuming that, by providing better vector-based search facilities, they can prosper while competing with multi-model databases such as Regatta, SingleStore, SurrealDB and others. The vector-only suppliers do partner upstream with analytic lakehouse suppliers such as Snowflake and Databricks, but partnering with other database suppliers might be difficult because of database core architecture and storage engine difficulties. It will be interesting to see if one or more of the vector-only database suppliers starts adding/developing support for other database model types, such as structured, graph, document and time-series data. Availability. Milvus 3.0 is available under the Apache 2.0 license and remains a graduated LF AI & Data project. It can be deployed on Kubernetes or Docker, including in air-gapped environments, and supports S3-compatible object storage, Google Cloud Storage, and Azure Blob Storage. The release is available initially through the Python, Go, and Node.js SDKs, with Java support planned shortly after release. Developers can read the release notes, follow the quickstart, and access the source code on GitHub. They can also join the Milvus community or speak with project maintainers through Milvus Office Hours. For organizations that prefer a managed platform, Zilliz Cloud incorporates Milvus 3.0 as its core indexing and retrieval engine and extends it into a fully managed Vector Lakebase. Zilliz Cloud adds elastic compute, interactive discovery, batch analytics, shared indexing, enterprise security and governance, and automated operations across a single copy of AI data. Bootnote. External Collection builds real vector, full-text, JSON, and scalar indexes over lake-resident data and Loon removes the read amplification that made object storage impractical for low-latency point lookups. External Collection does not copy data. It is read-only and zero-copy: Milvus maps fields from your existing Lance, Iceberg, Parquet, or Vortex data and builds indexes over it in place. The files stay in your lake under your governance; incremental sync picks up changes.
Zilliz, the AI data infrastructure company behind open-source vector database Milvus, has launched Loon, a lake-native storage engine powering Milvus 3.0 and Zilliz Vector Lakebase. Loon enables a single copy of vector data to serve real-time search, large-scale discovery and batch analytics simultaneously without duplicating data. The storage engine uses hybrid file formats, with scalar fields stored in Parquet and vectors in the Vortex format, reducing data pulled per record read by approximately 135 times compared to Parquet alone in internal testing. Row ID alignment allows new embedding models to be added without rewriting existing data. Loon now powers Zilliz Cloud across over 30 regions on AWS, Google Cloud and Microsoft Azure. Zilliz serves more than 10,000 enterprises including MiniMax, OpenEvidence and Salesforce. New sign-ups receive $100 in free credits.
Zilliz has launched Vector Lakebase, now available in public preview on Zilliz Cloud. The platform extends the company's vector database with unified data infrastructure for AI, combining real-time serving, interactive discovery and batch analytics on shared lake-native storage. Vector Lakebase maintains Zilliz Cloud's production vector search capabilities whilst adding three operational modes: interactive discovery, large-scale batch analytics and search on external data lakes. The system runs all workloads against a single logical copy of data, with on-demand and batch jobs billed only when compute is active. Key features include tiered real-time serving with three performance options, on-demand search with pay-as-you-go pricing, and external data lake search supporting Lance, Iceberg, Parquet and Vortex formats. The platform is built on Vortex, an open columnar format designed for faster random reads than existing alternatives.
Zilliz is recognized as a 'Stars Company' in MarketsandMarkets' latest 360quadrant for the Vector Database market. PR Newswire Today at 7:30am PDT DELRAY BEACH, Fla., April 22, 2026 /PRNewswire/ - Zilliz, the creator of Milvus - the world's most widely adopted open-source vector database with over 43,000 GitHub stars and more than 10,000 enterprise deployments - has been recognized as a 'Stars Company' in the Vector Database market on MarketsandMarkets' 360Quadrants platform. The Stars designation represents the highest-performing category in the 360Quadrants framework, reserved for vendors that demonstrate exceptional strength across technological innovation, market presence, and customer satisfaction. Milvus powers high-performance similarity search, semantic search, recommendation, and retrieval-augmented generation (RAG) applications at global enterprises including NVIDIA, OpenEvidence, Doordash, Salesforce, AT&T, and Walmart. Zilliz is the only vector database provider that delivers a complete platform from open-source infrastructure to fully managed cloud. The company recently announced the General Availability of Milvus 2.6.x on Zilliz Cloud, introducing breakthrough cost and performance optimizations - including 32x index compression through RaBitQ 1-bit quantization and 3-4x higher full-text search throughput than Elasticsearch at equivalent recall - enabling enterprises to deploy billion-scale generative AI applications at significantly lower total cost of ownership. Zilliz also open-sourced an industry-first bilingual semantic highlighting model under the MIT license, which evaluates relevance at the sentence level to dramatically reduce RAG token costs while improving output quality in both English and Chinese. On the cloud front, Zilliz Cloud became the first managed vector database to offer Bring Your Own Cloud (BYOC) across all three major platforms - AWS, Google Cloud, and Microsoft Azure - along with customer-managed encryption keys (CMEK) for enterprise data sovereignty. Ongoing collaborations, such as the integration with Pliops' hardware-accelerated architecture, aim to enable billion-scale vector search at storage-level costs, breaking through traditional memory constraints. With continued international expansion and hybrid deployment options, Zilliz Cloud supports data residency, compliance, and low-latency AI workloads across regions. Research Methodology 360Quadrants provides an in-depth evaluation and comparison of each key market player based on various techno-commercial inputs provided by industry experts, customers, vendors, and other stakeholders, along with secondary research that includes product brochures, analyst notes, company publications, business articles, white papers, trade sources, and various other databases. A well-defined methodology is adopted to provide detailed ratings for each market player * concerning various parameters as outlined below: * Shortlisting of 25+ prominent market players & start-ups * Relevant portfolio mapping at the regional level * Key growth initiatives undertaken at the regional level * Revenue analysis at a regional and category level * Strategic collaborations with governments, patient/customer groups, etc. * Other industry-relevant parameters About 360Quadrants 360Quadrants is the largest marketplace looking to disrupt over USD 3.7 trillion of technology spend and is the only rating platform for vendors in the technology space. The platform provides users with unbiased information that helps them make informed business decisions, while also enabling vendors to influence the business decisions of potential clients. Vendors get to win ideal new customers, customize their quadrants, decide key parameters, and position themselves strategically in a niche space, to be consumed by giants and start-ups alike. Experts get to grow their brands and increase their thought leadership. The platform targets the building of a social network that links industry experts with companies worldwide. About MarketsandMarkets(TM) MarketsandMarkets(TM), recognized as one of America's Best Management Consulting Firms by Forbes as per their recent report, is a blue ocean alternative in growth consulting and program management, leveraging a man-machine offering to drive supernormal growth for progressive organizations in the B2B space. With a broad lens on emerging technologies, the company is proficient in co-creating exceptional growth for clients worldwide. Today, 80% of Fortune 2000 companies rely on MarketsandMarkets, and 90 of the top 100 companies in each sector trust it to accelerate their revenue growth. With a global clientele of over 13,000 organizations, MarketsandMarkets helps businesses thrive in a rapidly evolving and disruptive ecosystem. The B2B economy is witnessing the emergence of USD 25 trillion in new revenue streams that are replacing existing ones within this decade. MarketsandMarkets collaborates with clients on growth programs, enabling them to monetize this USD 25 trillion opportunity through their service lines, including TAM Expansion, Go-to-Market (GTM) Strategy to Execution, Market Share Gain, Account Enablement, and Thought Leadership Marketing. Built on the 'GIVE Growth' principle, MarketsandMarkets collaborates with several Forbes Global 2000 B2B companies to keep them future-ready. The company's insights and strategies are powered by industry experts, cutting-edge AI, and their proprietary Market Intelligence Cloud, KnowledgeStore(TM), which integrates research and provides ecosystem-wide visibility into revenue shifts. In addition, MarketsandMarkets' Sales Intelligence enables sales teams to identify high-priority accounts and uncover hidden opportunities, helping them build a more robust pipeline and win more deals with precision. SOURCE MarketsandMarkets This is a paid placement. For further inquiries, please contact PR Newswire directly.
Find jobs on Simplify and start your career today
Industries
Data & Analytics
Enterprise Software
AI & Machine Learning
Company Size
51-200
Company Stage
Series B
Total Funding
$113M
Headquarters
Redwood City, California
Founded
2017
Find jobs on Simplify and start your career today