A cloud-native vector database, storage for next generation AI applications
 
 
 
 
 
 
Go to file
FluorineDog 9d5d49c95c
fix headers (#4796)
Signed-off-by: fluorinedog <fluorinedog@gmail.com>
2021-03-10 18:21:39 +08:00
.github Use bash by default in the build environment Docker container (#3879) 2020-09-26 10:48:20 +08:00
.jenkins/modules Publish image using Docker-in-Docker (#4441) 2020-12-10 21:04:49 +08:00
.mergify Update Mergify config (#4228) 2020-11-12 18:24:16 +08:00
ci Publish image using Docker-in-Docker (#4441) 2020-12-10 21:04:49 +08:00
core fix headers (#4796) 2021-03-10 18:21:39 +08:00
deploy use envoy and headless service to get `low latency、high throughput` support (#4544) 2021-01-06 03:52:37 +00:00
docker fix knowhere error (#4769) 2021-03-05 11:03:08 +08:00
docs [skip ci] Update dead links and bootcamp links (#4617) 2021-01-15 02:51:37 +00:00
sdk Add IVF_HNSW index (#4613) 2021-01-15 10:48:22 +08:00
shards [skip ci] Update links and fix dead links. (#4496) 2020-12-25 11:55:36 +00:00
tests pick test cases from 0.11.1 (#4406) 2020-12-08 21:30:14 +08:00
.all-contributorsrc docs: add aaronjin2010 as a contributor (#1089) 2020-01-17 19:03:38 +08:00
.clang-format format code by clang-tidy 2019-09-28 12:36:14 +08:00
.clang-tidy update clang-tidy rules (#3416) 2020-08-24 10:09:24 +08:00
.clang-tidy-ignore rename some compile virables 2019-10-15 17:06:05 +08:00
.codacy.yaml fix clang tidy warnings (#3362) 2020-08-20 18:34:44 +08:00
.codebeatignore Update code checker rule 2020-08-17 15:52:39 +08:00
.env enable build milvus on centos7 (#769) 2019-12-16 14:07:20 +08:00
.gitignore Developing a modular pipeline library to improve DevOps collaboration (#3282) 2020-08-18 16:03:36 +08:00
.hadolint.yaml Update build environment version to v0.9.0 (#2267) 2020-05-09 04:17:45 +00:00
CHANGELOG.md Terms of must and must_not together are not working (#4624) 2021-01-29 20:51:13 +08:00
CODEOWNERS Update CODEOWNERS 2021-02-07 11:15:03 +08:00
CODE_OF_CONDUCT.md Fix Markdown format (#1485) 2020-03-03 00:25:22 +08:00
COMMUNITY.md [skip ci] Update COMMUNITY.md (#1862) 2020-04-03 11:28:19 +08:00
CONTRIBUTING.md [skip ci] update cmake version (#4084) 2020-10-24 02:39:15 +00:00
DESIGN.md add debug APIs and update GPU temp memory size (#2420) 2020-06-10 18:34:54 +08:00
INSTALL.md [skip ci] update cmake version (#4084) 2020-10-24 02:39:15 +00:00
LICENSE Initial commit 2019-09-16 14:43:44 +08:00
NOTICE.md add NGT index (#3555) 2020-09-05 14:09:17 +08:00
OSSMETADATA add osstracker badge to README.md 2020-02-24 05:48:43 +08:00
README.md [skip ci] Update dead links and bootcamp links (#4617) 2021-01-15 02:51:37 +00:00
README_CN.md [skip ci] Update dead links and bootcamp links (#4617) 2021-01-15 02:51:37 +00:00
RELEASE.md Fix Markdown format (#1485) 2020-03-03 00:25:22 +08:00
SECURITY.md Fix Markdown format (#1485) 2020-03-03 00:25:22 +08:00
SUPPORT.md [skip ci] Update dead links and bootcamp links (#4617) 2021-01-15 02:51:37 +00:00
codecov.yaml Flag the upload to group coverage metrics 2020-01-15 11:19:31 +08:00
docker-compose.yml Use bash by default in the build environment Docker container (#3879) 2020-09-26 10:48:20 +08:00

README.md

Milvuslogo Slack GitHub Docker pulls

Build Status CII Best Practices codecov codebeat badge CodeFactor Grade Codacy Badge

Welcome to the world of Milvus

What is Milvus

Milvus is a vector similarity search engine that is highly flexible, reliable, and blazing fast. It supports adding, deleting, updating, and near-real-time search of embedding vectors on a scale of trillion bytes. By encapsulating multiple widely adopted index libraries, such as Faiss, NMSLIB, and Annoy, it provides a comprehensive set of intuitive APIs, allowing you to choose index types based on your scenario. By supporting the filtering of scalar data, Milvus takes the recall rate even higher and adds more flexibility to your search.

The Milvus architecture is as follows:

arch

For a more detailed introduction of Milvus and its architecture, see Milvus overview. To keep up-to-date with its releases and updates, see Milvus release notes.

Milvus was released under the Apache 2.0 License and officially open sourced in October 2019. It is an incubation-stage project at LF AI & Data Foundation. The source code of Milvus is hosted on GitHub.

Get started

Install Milvus

Try example programs

You can use the following example code to try a Milvus example program:

Supported clients

Application scenarios

Milvus has been used by over 600 organizations and institutions worldwide mainly in the following scenarios:

  • Image, video, and audio search.
  • Text search, recommender system, interactive question answering system, and other text search fields.
  • Drug discovery, genetic screening, and other biomedical fields.

See Scenarios for more detailed application scenarios and demos.

See Milvus Bootcamp for detailed solutions and application scenarios.

Benchmark

See our test reports for more information about performance benchmarking of different indexes in Milvus.

Roadmap

To learn what's coming up soon in Milvus, read our Roadmap.

It is a Work in Progress, and is subject to reasonable adjustments when necessary. We greatly appreciate any comments, requirements and suggestions on the Milvus roadmap.👏

Join our community

You are welcome to join our community. ❤️ We appreciate any contributions from you.

See our community repository to learn more about our governance and access more community resources.

Resources

License

Apache License 2.0