diff --git a/README.md b/README.md index 5678e08..246a632 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ SELECT category_id, AVG(embedding) FROM items GROUP BY category_id; By default, pgvector performs exact nearest neighbor search, which provides perfect recall. -You can add an index to use approximate nearest neighbor search, which trades some recall for performance. *Unlike typical indexes, you will see different results for queries after adding an approximate index.* +You can add an index to use approximate nearest neighbor search, which trades some recall for performance. Unlike typical indexes, you will see different results for queries after adding an approximate index. Two keys to achieving good recall are: