Go to file
2019-12-04 14:18:20 +08:00
.github/ISSUE_TEMPLATE [skip ci] Update issue templates 2019-11-21 15:16:53 +08:00
ci Change milvus deploy path to /var/lib/milvus 2019-12-03 14:08:58 +08:00
core #670 Random failure of unittest db_test::SEARCH_TEST (#671) 2019-12-04 10:11:50 +08:00
docker Change milvus deploy path to /var/milvus 2019-12-03 10:58:56 +08:00
docs Add ivfflat test report 2019-11-27 17:49:46 +08:00
shards [skip ci](shards): remove color decorator in log file, fixes #573 2019-11-27 14:53:24 +08:00
tests Upgrade pyyaml and update tests (#681) 2019-12-04 14:18:20 +08:00
.all-contributorsrc docs: add gaolizhou as a contributor (#679) 2019-12-04 11:42:34 +08:00
.clang-format format code by clang-tidy 2019-09-28 12:36:14 +08:00
.clang-tidy format code by clang-tidy 2019-09-28 15:00:26 +08:00
.clang-tidy-ignore rename some compile virables 2019-10-15 17:06:05 +08:00
.gitignore [skip ci](shards): update git ignore and docker ignore 2019-11-26 13:36:27 +08:00
.travis.yml Change milvus deploy path to /var/lib/milvus 2019-12-03 14:08:58 +08:00
CHANGELOG.md [skip ci]#668 - Update badge of README (#669) 2019-12-04 10:14:42 +08:00
CODE_OF_CONDUCT.md Update Documents 2019-10-15 18:43:51 +08:00
codecov.yaml update codecov.yaml 2019-10-21 17:25:37 +08:00
CONTRIBUTING.md [skip ci] Update Contributing code 2019-10-31 15:02:19 +08:00
install.md [skip ci]Update install.md 2019-12-03 11:23:44 +08:00
LICENSE Initial commit 2019-09-16 14:43:44 +08:00
NOTICE.md Update Notice.md 2019-11-05 02:24:15 +08:00
README_CN.md [skip ci]#668 - Update badge of README (#669) 2019-12-04 10:14:42 +08:00
README_JP.md [skip ci]#668 - Update badge of README (#669) 2019-12-04 10:14:42 +08:00
README.md docs: add gaolizhou as a contributor (#679) 2019-12-04 11:42:34 +08:00

[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)

Milvuslogo

Slack LICENSE Language codebeat badge Release Release_date codecov

中文版 | 日本語版

What is Milvus

Milvus is the world's fastest similarity search engine for massive-scale feature vectors. Built with heterogeneous computing architecture for the best cost efficiency. Searches over billion-scale vectors take only milliseconds with minimum computing resources.

For more detailed introduction of Milvus and its architecture, see Milvus overview.

Milvus provides stable Python, Java and C++ APIs.

Keep up-to-date with newest releases and latest updates by reading Milvus release notes.

Get started

See the Milvus install guide for using Docker containers. To install Milvus from source code, see build from source.

To edit Milvus settings, read Milvus configuration.

Try your first Milvus program

Try running a program with Milvus using Python or Java example code.

To use C++ example code, use below command:

 # Run Milvus C++ example
 $ cd [Milvus root path]/core/milvus/bin
 $ ./sdk_simple

Roadmap

Please read our roadmap for upcoming features.

Contribution guidelines

Contributions are welcomed and greatly appreciated. Please read our contribution guidelines for detailed contribution workflow. This project adheres to the code of conduct of Milvus. By participating, you are expected to uphold this code.

We use GitHub issues to track issues and bugs. For general questions and public discussions, please join our community.

Join our community

To connect with other users and contributors, welcome to join our Slack channel.

Contributors

Below is a list of Milvus contributors. We greatly appreciate your contributions!

gaolizhou
gaolizhou

💻
  • akihoni provided the CN version of README, and found a broken link in the doc.
  • goodhamgupta fixed a filename typo in the bootcamp doc.
  • erdustiggen changed from std::cout to LOG for error messages, and fixed a clang format issue as well as some grammatical errors.

Resources

License

Apache License 2.0