Skip to content

An open source vector similarity search engine

License

Notifications You must be signed in to change notification settings

AllenYu1987/milvus

 
 

Repository files navigation

[![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

💻
Sijie Zhang
Sijie Zhang

📖
  • 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

About

An open source vector similarity search engine

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 69.5%
  • Python 20.5%
  • CMake 5.1%
  • Java 2.6%
  • Shell 1.1%
  • Groovy 0.6%
  • Other 0.6%