diff --git a/assets/logo-black.svg b/assets/milli-logo.svg similarity index 100% rename from assets/logo-black.svg rename to assets/milli-logo.svg diff --git a/milli/README.md b/milli/README.md new file mode 100644 index 000000000..8f04d04dc --- /dev/null +++ b/milli/README.md @@ -0,0 +1,16 @@ +

+ the milli logo +

+ +

a concurrent indexer combined with fast and relevant search algorithms

+ +## Introduction + +This crate contains the internal engine used by [Meilisearch]. + +It contains a library that can manage one and only one index. Meilisearch +manages the multi-index itself. Milli is unable to store updates in a store: +it is the job of something else above and this is why it is only able +to process one update at a time. + +[Meilisearch]: https://github.com/meilisearch/meilisearch