From bff4d7ea6892edb11ba44f8c89f44f599840cb0c Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 13 Oct 2021 14:29:09 -0700 Subject: [PATCH] Updated link [skip ci] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0839c40..2ad1b7b 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ Specify the number of inverted lists (100 by default) CREATE INDEX ON table USING ivfflat (column opclass) WITH (lists = 100); ``` -A [good place](https://github.com/facebookresearch/faiss/issues/112) to start is `4 * sqrt(rows)` +A [good place to start](https://github.com/facebookresearch/faiss/issues/112) is `4 * sqrt(rows)` ### Query Options