Home / Companies / Zilliz / Blog / June 2025

June 2025 Summaries

7 posts from Zilliz

Filter
Month: Year:
Post Summaries Back to Blog
Milvus, a vector database developed by Zilliz, achieved over 35,000 stars on GitHub, marking its significance in the AI infrastructure landscape. Founded in 2017 to address the inefficiencies of traditional databases in handling high-dimensional vectors, Milvus emerged as a unique solution for storing and searching vector embeddings crucial for AI applications. The journey involved open-sourcing in 2019, joining the LF AI & Data Foundation in 2020, and a significant rewrite leading to Milvus 2.0 in 2022 to enhance scalability and cloud-native architecture. The growing demand for vector databases, accelerated by the rise of retrieval-augmented generation (RAG) in 2023, spurred the creation of Zilliz Cloud, a fully managed service addressing enterprise needs while maintaining Milvus as an open-source project. Zilliz's efforts are validated by its adoption by major enterprises like Bosch and Read AI, demonstrating Milvus's impact in reducing costs and improving data retrieval efficiency. Looking ahead, Zilliz plans to develop a Vector Data Lake to offer cost-effective solutions for massive, infrequent vector searches, continuing to innovate in AI-native infrastructure.
Jun 27, 2025 2,474 words in the original blog post.
The blog post by Fendy Feng discusses the challenges of choosing the right vector database (VectorDB) for scaling AI agents, highlighting the pitfalls of various VectorDB approaches and the advantages of purpose-built solutions like Milvus. It explains how many databases labeled as VectorDBs are not equipped to handle production-scale AI workloads due to limitations in concurrency, real-time updates, and multi-tenant isolation. Traditional databases with vector add-ons and lightweight vector solutions often falter under the pressure of high-dimensional vector density and complex query demands. Milvus, as an open-source solution, is presented as a superior choice due to its architecture specifically designed for large-scale vector operations, offering features like horizontal scaling, hybrid search, and multi-tenant isolation. For startups seeking to minimize operational burdens and maximize efficiency, Zilliz Cloud, built on Milvus, provides a managed service with advanced features, ensuring scalability and compliance without the need for extensive engineering resources. The article emphasizes that the choice of vector database is crucial for AI agents to scale effectively and meet the demands of production environments.
Jun 20, 2025 1,806 words in the original blog post.
Zilliz Cloud has significantly enhanced its user interface to simplify the creation and management of data collections, offering advanced features that were previously only accessible through the SDK. The update includes UI-driven full-text search and keyword matching, making it easier to implement these functions without manual embedding or complex configurations. Partitioning has been clarified with clear guidance on the differences between Partition and Partition Key, and memory mapping (Mmap) can now be configured at any time, not just during collection creation. The interface now supports complete index management by combining scalar and vector indexes in one place, and it displays shard and consistency level settings upfront, enabling users to customize them according to their needs. Additionally, dynamic fields are better integrated into schema design, and data import workflows have been streamlined. These improvements aim to provide users with greater clarity and control over their data models, enhancing performance and reducing the complexity of managing vector databases. The new features are available to all Zilliz Cloud users, with existing collections remaining unchanged, and new users can sign up with up to $200 in credits to explore the platform's capabilities.
Jun 20, 2025 1,505 words in the original blog post.
Zilliz Cloud has announced the general availability of its Bring Your Own Cloud (BYOC) service on Google Cloud Platform (GCP), responding to customer demand for advanced vector search capabilities within their GCP infrastructures. This service allows enterprises to maintain full control over their data by deploying the Zilliz Cloud Data Plane directly into their GCP projects, ensuring data sovereignty and compliance with regulations such as GDPR and HIPAA. The integration with native GCP services minimizes latency and eliminates data egress costs, while the use of Zilliz's Terraform Provider enables automated and repeatable deployments. This model combines enterprise-grade security with the convenience of a fully managed service, empowering companies to develop AI-powered applications without compromising on data governance.
Jun 19, 2025 804 words in the original blog post.
The text discusses the importance of building scalable infrastructure early on when developing AI agent startups. The author highlights that most AI agents are built to validate ideas quickly, not to scale robustly, and that inadequate infrastructure can become a bottleneck when viral growth hits. The main issue is with memory architecture, specifically vector databases, which determine whether an AI agent can handle real-world demands. The text then introduces Milvus, an open-source vector database that provides multiple options for deployment and advanced capabilities such as production-grade multi-tenancy, billions-scale distributed architecture, hybrid search excellence, and real-time agent memory. Additionally, the text mentions Zilliz Cloud, a fully managed service of Milvus, which offers hassle-free deployment, autoscaling, advanced enterprise features, built-in security, and compliance. The author encourages developers to build for the boom by choosing the right infrastructure to handle success when it comes.
Jun 16, 2025 1,711 words in the original blog post.
At Zilliz, Democratizing AI through powerful and affordable vector search is a top priority. The company offers flexible pricing plans to fit budgets, including a true pay-as-you-go serverless option and dedicated clusters across three pricing tiers. Their latest release, Milvus 2.6, delivers one of the most cost-effective vector database solutions on the market, focusing on monetary savings, operational efficiencies, and developer time. Milvus 2.6 introduces innovations such as Tiered Storage with Hot/Cold Data Separation, Int8 Vector Compression, and Woodpecker Write-Ahead Log to reduce costs without compromising retrieval speed or performance. The open-source vector database is designed for scale and provides tools like Data-In, Custom Reranker, and Built-in Text & JSON Search to save developer time. With Milvus 2.6, organizations can process more data, run more experiments, and expand their use cases while maintaining a low cost of search.
Jun 12, 2025 940 words in the original blog post.
The latest advancements in RAG (Retrieval-Augmented Generation) are transforming the field of AI by enhancing accuracy, speed, and context awareness. These innovations enable smarter, more responsive systems that can unlock new possibilities and expand the applications of LLMs across industries. Eight advanced RAG variants have been developed to address common challenges, including slow retrieval, poor context understanding, multimodal data handling, and resource optimization. Each variant has its unique features and strengths, making it suitable for specific use cases such as reasoning tasks, live data streams, video content, structured data, relationship queries, complex reasoning, and mixed content. By leveraging vector databases like Milvus or Zilliz Cloud, developers can easily deploy these RAG variants with ease. As RAG continues to evolve, it will play a critical role in shaping the future of AI, ensuring that responses are fluent and deeply informed by the latest data and contextual cues.
Jun 06, 2025 1,872 words in the original blog post.