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