From f534d9878ac4bfef644a6eed1f6cd5d4a9d9f943 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Fri, 31 Mar 2023 21:31:38 -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 2ea7149..a195c73 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ By default, pgvector performs exact nearest neighbor search, which provides perf Two important things to achieve good recall are: 1. Create the index *after* the table has some data -2. Choose an appropriate value for lists (lower is better for recall, higher is better for speed) +2. Choose an appropriate number of lists (lower is better for recall, higher is better for speed) A good place to start is: