From a0fd193e716ef7e65c77b191ab3b25068cd8fbf6 Mon Sep 17 00:00:00 2001 From: Tamo Date: Mon, 15 Jan 2024 18:27:14 +0100 Subject: [PATCH] Fix two typos in the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 80b47854..857167d0 100644 --- a/README.md +++ b/README.md @@ -31,11 +31,11 @@ Arroy was built by [@Kerollmops](https://github.com/Kerollmops) and [@irevoire]( - Multithreaded tree building using rayon - Additional features compared to Annoy - Filter when querying - - Incrementally update the tree without rebuilding it from scratch ([planned](https://github.com/meilisearch/arroy/issues/21)) - - Store and Modify different indexes atomically using LMDB (indexes are identified by an `u16`) + - Incrementally update the tree without rebuilding it from scratch + - Store and modify different indexes atomically using LMDB (indexes are identified by an `u16`) - Modify the items list **in place** while performing queries using LMDB - Storage based on LMDB using LMDB - - Safer to use API, i.e., Check dimensions, distances, etc + - Safer to use API, i.e., check dimensions, distances, etc - The database size does not depend on the highest item ID but on the number of items - Generic over your random number generator