Skip to content
forked from milvus-io/milvus

An open source embedding vector similarity search engine powered by Faiss, NMSLIB and Annoy

License

Notifications You must be signed in to change notification settings

niloysaha/milvus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.:clap:

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

About

An open source embedding vector similarity search engine powered by Faiss, NMSLIB and Annoy

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 43.7%
  • C++ 33.8%
  • Python 16.6%
  • CMake 3.1%
  • Shell 1.7%
  • C 0.6%
  • Other 0.5%