milvus/README.md
jielinxu bf63c3c337 [skip ci] Reorganize the structure
Former-commit-id: c5c7b37ded00b8bb6b57a51f39b4c02361555c8a
2019-11-01 16:09:46 +08:00

3.7 KiB

Milvuslogo

LICENSE Language codebeat badge Release Release_date

What is Milvus

Milvus is an open source 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.

Thanks

We greatly appreciate the help of the following people.

  • akihoni found a broken link and a small typo in the README file.

Resources

Milvus official website

Milvus docs

Milvus bootcamp

Milvus blog

Milvus Medium

Milvus CSDN

License

Apache License 2.0