Go to file
sre-ci-robot 0afd63378b Update all contributors
Signed-off-by: sre-ci-robot <sre-ci-robot@zilliz.com>
2022-02-17 12:00:58 +00:00
.github [skip e2e]Update deploy test and chaos test github action (#15601) 2022-02-17 15:47:50 +08:00
build Upgrade pulsar image for apple silicon (#15591) 2022-02-16 19:13:49 +08:00
cmd Move Logutil to Util dir (#15447) 2022-02-09 18:55:46 +08:00
configs Implement automatic item expiration on compaction (#14418) 2022-02-07 22:45:46 +08:00
deployments Upgrade pulsar image for apple silicon (#15591) 2022-02-16 19:13:49 +08:00
docs [skip e2e]Fix bad link in doc (#15525) 2022-02-11 09:31:47 +08:00
githooks [skip ci]Update OWNERS files (#11898) 2021-11-16 15:41:11 +08:00
internal Switch to knowhere v1.0.1. Also switch to forked gorocksdb v0.0.1 (#15603) 2022-02-17 19:05:49 +08:00
scripts Support compile and run on Mac (#15491) 2022-02-09 14:27:46 +08:00
tests [skip e2e]Update deploy test and chaos test github action (#15601) 2022-02-17 15:47:50 +08:00
tools comment unused import (#8993) 2021-10-02 09:36:31 +08:00
.clang-format Refactor cmake and build script and add timed benchmark 2020-10-23 18:01:24 +08:00
.clang-tidy Update registerNode in indexservice 2021-01-20 10:15:43 +08:00
.clang-tidy-ignore Add cpplint and optimize the check of c++ code 2020-11-23 19:57:05 +08:00
.contributors [skip ci]Update all-contributors (#6358) 2021-07-08 12:03:08 +08:00
.devcontainer.json Update main.yaml for Github Action (#6381) 2021-07-09 11:59:09 +08:00
.env Update Builder image changes (#15410) 2022-01-28 13:07:46 +08:00
.gitignore Remove dablooms (#13881) 2021-12-21 18:24:58 +08:00
.golangci.yml Upgrade golang from 1.15.2 to 1.16.9 (#11393) 2022-01-27 15:57:40 +08:00
CODE_OF_CONDUCT.md [skip ci]Format markdown doc for CODE_OF_CONDUCT.md (#10042) 2021-10-17 16:44:40 +08:00
CODE_REVIEW.md [skip e2e]Fix a grammar issue (#15086) 2022-01-10 22:30:23 +08:00
codecov.yml [skip e2e]Add comments in codecov (#14934) 2022-01-06 18:19:46 +08:00
COMMAND_HELP.md [skip e2e]Update doc format (#14999) 2022-01-07 21:11:43 +08:00
CONTRIBUTING.md [skip e2e]Fix a grammar issue (#14686) 2022-01-04 19:33:31 +08:00
DEVELOPMENT.md Support compile and run on Mac (#15491) 2022-02-09 14:27:46 +08:00
docker-compose.yml [skip ci] Fix etcd in docker-compose (#8949) 2021-09-30 16:32:11 +08:00
go.mod Switch to knowhere v1.0.1. Also switch to forked gorocksdb v0.0.1 (#15603) 2022-02-17 19:05:49 +08:00
go.sum Switch to knowhere v1.0.1. Also switch to forked gorocksdb v0.0.1 (#15603) 2022-02-17 19:05:49 +08:00
LICENSE Update README 2021-04-21 14:04:22 +08:00
Makefile Switch to knowhere v1.0.1. Also switch to forked gorocksdb v0.0.1 (#15603) 2022-02-17 19:05:49 +08:00
milvus20vs1x.md [skip ci]Update milvus2.0 release time (#11231) 2021-11-04 15:26:20 +08:00
OWNERS [skip ci]Add GitHub label for compilation changes (#12894) 2021-12-07 19:37:04 +08:00
OWNERS_ALIASES [skip ci]Add maintainer congqixia (#12150) 2021-11-20 09:25:13 +08:00
README_CN.md Update all contributors 2022-02-17 12:00:58 +00:00
README.md Update all contributors 2022-02-17 12:00:58 +00:00
ruleguard.rules.go Fix ruleguard warning (#10837) 2021-10-28 20:05:09 +08:00

milvus banner

What is Milvus?

milvus-logo

Milvus is an open-source vector database built to power embedding similarity search and AI applications. Milvus makes unstructured data search more accessible, and provides a consistent user experience regardless of the deployment environment.

Milvus 2.0 is a cloud-native vector database with storage and computation separated by design. All components in this refactored version of Milvus are stateless to enhance elasticity and flexibility. For more architecture details, see Milvus Architecture Overview.

Milvus was released under the open-source Apache License 2.0 in October 2019. It is currently a graduate project under LF AI & Data Foundation.

Key features

Millisecond search on trillion vector datasets Average latency measured in milliseconds on trillion vector datasets.
Simplified unstructured data management
  • Rich APIs designed for data science workflows.
  • Consistent user experience across laptop, local cluster, and cloud.
  • Embed real-time search and analytics into virtually any application.
  • Reliable, always on vector database Milvus built-in replication and failover/failback features ensure data and applications can maintain business continuity in the event of a disruption.
    Highly scalable and elastic Component-level scalability makes it possible to scale up and down on demand. Milvus can autoscale at a component level according to the load type, making resource scheduling much more efficient.
    Hybrid search In addition to vectors, Milvus supports data types such as Boolean, integers, floating-point numbers, and more. A collection in Milvus can hold multiple fields for accommodating different data features or properties. Milvus pairs scalar filtering with powerful vector similarity search to offer a modern, flexible platform for analyzing unstructured data. Check https://github.com/milvus-io/milvus/wiki/Hybrid-Search for examples and boolean expression rules.
    Unified Lambda structure Milvus combines stream and batch processing for data storage to balance timeliness and efficiency. Its unified interface makes vector similarity search a breeze.
    Community supported, industry recognized With over 1,000 enterprise users, 8,000+ stars on GitHub, and an active open-source community, youre not alone when you use Milvus. As a graduate project under the LF AI & Data Foundation, Milvus has institutional support.

    Quick start

    Install Milvus

    Build Milvus from source code

    Check the requirements first.

    Linux systems (Ubuntu 18.04 or later recommended):

    go: >= 1.15
    cmake: >= 3.18
    gcc: 7.5
    

    MacOS systems with x86_64 (Big Sur 11.5 or later recommended):

    go: >= 1.15
    cmake: >= 3.18
    llvm: >= 12
    

    MacOS systems with Apple Silicon (Monterey 12.0.1 or later recommended):

    go: >= 1.17 (Arch=ARM64)
    cmake: >= 3.18
    llvm: >= 13
    

    Clone Milvus repo and build.

    # Clone github repository.
    $ git clone https://github.com/milvus-io/milvus.git
    
    # Install third-party dependencies.
    $ cd milvus/
    $ ./scripts/install_deps.sh
    
    # Compile Milvus.
    $ make
    

    For the full story, see developer's documentation.

    Important

    The master branch is for the development of Milvus v2.0. On March 9th, 2021, we released Milvus v1.0, the first stable version of Milvus with long-term support. To use Milvus v1.0, switch to branch 1.0.

    Milvus 2.0 vs. 1.x: Cloud-native, distributed architecture, highly scalable, and more

    See Milvus 2.0 vs. 1.x for more information.

    Real world demos

    Image search Chatbots Chemical structure search

    Images made searchable. Instantaneously return the most similar images from a massive database.

    Chatbots

    Interactive digital customer service that saves users time and businesses money.

    Blazing fast similarity search, substructure search, or superstructure search for a specified molecule.

    Bootcamps

    Milvus bootcamp is designed to expose users to both the simplicity and depth of the vector database. Discover how to run benchmark tests as well as build similarity search applications spanning chatbots, recommendation systems, reverse image search, molecular search, and much more.

    Contributing

    Contributions to Milvus are welcome from everyone. See Guidelines for Contributing for details on submitting patches and the contribution workflow. See our community repository to learn about our governance and access more community resources.

    All contributors




    Documentation

    For guidance on installation, development, deployment, and administration, check out Milvus Docs.

    SDK

    The implemented SDK and its API documentation are listed below:

    Milvus insight

    Milvus insight provides an intuitive and efficient GUI for Milvus.

    Community

    Join the Milvus community on Slack to share your suggestions, advice, and questions with our engineering team.

    Miluvs Slack Channel

    You can also check out our FAQ page to discover solutions or answers to your issues or questions.

    Subscribe to Milvus mailing lists:

    Follow Milvus on social media:

    Join Us

    Zilliz, the company behind Milvus, is actively hiring algorithm, database, full-stack developers and solution engineers to build the next-generation open-source data fabric.

    Reference

    Reference to cite when you use Milvus in a research paper:

    @inproceedings{2021milvus,
      title={Milvus: A Purpose-Built Vector Data Management System},
      author={Wang, Jianguo and Yi, Xiaomeng and Guo, Rentong and Jin, Hai and Xu, Peng and Li, Shengjun and Wang, Xiangyu and Guo, Xiangzhou and Li, Chengming and Xu, Xiaohai and others},
      booktitle={Proceedings of the 2021 International Conference on Management of Data},
      pages={2614--2627},
      year={2021}
    }
    

    Acknowledgments

    Milvus adopts dependencies from the following:

    • Thanks to FAISS for the excellent search library.
    • Thanks to etcd for providing great open-source key-value store tools.
    • Thanks to Pulsar for its wonderful distributed pub-sub messaging system.
    • Thanks to RocksDB for the powerful storage engines.

    Milvus is adopted by following opensource project:

    • Towhee a flexible, application-oriented framework for computing embedding vectors over unstructured data.