Go to file
FluorineDog 9a90313390
Support GetEntityByIDs in CGo, fix segcore bugs (#5563)
Signed-off-by: fluorinedog <fluorinedog@gmail.com>
2021-06-04 10:38:34 +08:00
.github Update Mergify 2021-06-04 10:26:53 +08:00
build Rename Milvus archived log files (#5583) 2021-06-03 23:54:39 +08:00
cmd Update OWNERS 2021-05-30 18:58:47 +08:00
configs Update OWNERS 2021-05-30 18:58:47 +08:00
deployments Update OWNERS 2021-05-30 18:58:47 +08:00
docs Update OWNERS 2021-05-30 18:58:47 +08:00
githooks Update OWNERS 2021-05-30 18:58:47 +08:00
internal Support GetEntityByIDs in CGo, fix segcore bugs (#5563) 2021-06-04 10:38:34 +08:00
scripts Fix bug: search timeout (#5557) 2021-06-03 14:58:34 +08:00
tests Update pymilvus version (#5572) 2021-06-03 19:53:33 +08:00
tests20 [skip ci] Add Chaos tests (#5579) 2021-06-04 10:33:34 +08:00
tools Rename module (#4988) 2021-04-22 14:45:57 +08:00
.clang-format Refactor cmake and build script and add timed benchmark 2020-10-23 18:01:24 +08:00
.clang-tidy Update registerNode in indexservice 2021-01-20 10:15:43 +08:00
.clang-tidy-ignore Add cpplint and optimize the check of c++ code 2020-11-23 19:57:05 +08:00
.devcontainer.json Rename module (#4988) 2021-04-22 14:45:57 +08:00
.env Update openblas images (#5082) 2021-04-29 11:28:27 +08:00
.gitignore Add dablooms (#5440) 2021-05-28 10:23:30 +08:00
.golangci.yml Change Id to ID in go files according to golint check 2020-11-13 15:17:18 +08:00
CHANGELOG.md Update README 2021-04-21 14:04:22 +08:00
CODE_OF_CONDUCT.md Update README 2021-04-21 14:04:22 +08:00
COMMUNITY.md Update README 2021-04-21 14:04:22 +08:00
CONTRIBUTING.md Update README 2021-04-21 14:04:22 +08:00
DESIGN.md Update README 2021-04-21 14:04:22 +08:00
docker-compose.yml Update openblas images (#5082) 2021-04-29 11:28:27 +08:00
go.mod Support GetEntityByIDs in CGo, fix segcore bugs (#5563) 2021-06-04 10:38:34 +08:00
go.sum Support column-based insert request in proxy (#5560) 2021-06-03 15:03:34 +08:00
INSTALL.md Update README 2021-04-21 14:04:22 +08:00
LICENSE Update README 2021-04-21 14:04:22 +08:00
Makefile Add dablooms (#5440) 2021-05-28 10:23:30 +08:00
NOTICE.md Update README 2021-04-21 14:04:22 +08:00
OWNERS Update OWNERS 2021-05-30 18:58:47 +08:00
README_CN.md [skip ci] fix badge (#5479) 2021-05-28 15:16:42 +08:00
README.md [skip ci] fix badge (#5479) 2021-05-28 15:16:42 +08:00
RELEASE.md Update README 2021-04-21 14:04:22 +08:00
ruleguard.rules.go Add DataNode package 2021-01-19 11:37:16 +08:00
SECURITY.md Update README 2021-04-21 14:04:22 +08:00
SUPPORT.md Update README 2021-04-21 14:04:22 +08:00

milvus banner
Click to take a quick look at our demos!
Image search Chatbots Chemical structure search

Milvus is an open-source vector database built to power AI applications and embedding similarity search. Milvus makes unstructured data search more accessible, and provides a consistent user experience regardless of the deployment environment.

Milvus was released under the open-source Apache License 2.0 in October 2019. It is currently an incubation-stage project under LF AI & Data Foundation.

  • Blazing Fast

Average latency measured in milliseconds on ten million vector datasets.

Supports CPU SIMD, GPU, and FPGA accelerations, fully utilizing available hardware resources to achieve cost efficiency.

  • Easy to Use

Rich APIs designed for data science workflows.

Consistent cross-platform UX from laptop, to local cluster, to cloud.

Embed real-time search and analytics into virtually any application.

  • Stable and Resilient

Milvus built-in replication and failover/failback features ensure data and applications can maintain business continuity in the event of a disruption.

  • High Elasticity

Component-level scalability makes it possible to only scale where necessary.

  • Community Backed

With over 1,000 enterprise users, 5,000+ stars on GitHub, and an active open-source community, youre not alone when you use Milvus.

Important

The master branch is for the development of Milvus v2.0. On March 9th, 2021, we released Milvus v1.0, the first stable version of Milvus with long-term support. To use Milvus v1.0, switch to branch 1.0.

Getting Started

Demos

  • Image Search: Images made searchable. Instantaneously return the most similar images from a massive database.
  • Chatbots: Interactive digital customer service that saves users time and businesses money.
  • Chemical Structure Search: Blazing fast similarity search, substructure search, or superstructure search for a specified molecule.

Contributing

Contributions to Milvus are welcome from everyone. See Guidelines for Contributing for details on submitting patches and the contribution workflow. See our community repository to learn about our governance and access more community resources.

Documentation

Milvus Docs

For documentation about Milvus, see Milvus Docs.

SDK

The implemented SDK and its API documentatation are listed below:

Contact

Join the Milvus community on Slack Channel to share your suggestions, advice, and questions with our engineering team. You can also submit questions to our FAQ page.

Subscribe to our mailing lists:

Follow us on social media:

License

Milvus is licensed under the Apache License, Version 2.0. View a copy of the License file.

Acknowledgments

Milvus adopts dependencies from the following:

  • Thank FAISS for the excellent search library.
  • Thank etcd for providing some great open-source tools.
  • Thank Pulsar for its great distributed information pub/sub platform.
  • Thank RocksDB for the powerful storage engines.