From 8bf4d169e229b1e331d9f8985c5e0c98636f9f95 Mon Sep 17 00:00:00 2001 From: gsilvestrin Date: Wed, 19 Apr 2023 17:23:31 -0700 Subject: [PATCH] wip ann indexes doc --- docs/src/ann_indexes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/ann_indexes.md b/docs/src/ann_indexes.md index 2de6afd2..c20faa46 100644 --- a/docs/src/ann_indexes.md +++ b/docs/src/ann_indexes.md @@ -2,7 +2,7 @@ In order to make vector search faster, you can create an index over your vector data. Vector indexes are faster but not as accurate as exhaustive search. LanceDB provide many parameters to fine tune the size of the index, the speed -of queries and the accuracy for results +of queries and the accuracy of results. ## Creating an ANN Index