From baeebec244b763a4825ba393c4aa4563496d0eef Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Mon, 28 Aug 2023 15:34:07 -0700 Subject: [PATCH] Updated readme [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32d30d9..5ad3a85 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ Supported index types are: ## IVFFlat -An IVFFlat index divides vectors into lists, and then searches a subset of those lists. It has faster build times and uses less memory than HNSW, but has lower query performance (in terms of speed-recall tradeoff). +An IVFFlat index divides vectors into lists, and then searches a subset of those lists that are closest to the query vector. It has faster build times and uses less memory than HNSW, but has lower query performance (in terms of speed-recall tradeoff). Three keys to achieving good recall are: