From 62350b15894a5ed0e54bfb0d366e9d948f23d4f0 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 6 Mar 2024 00:29:55 -0800 Subject: [PATCH] Added note about IVFFlat results [skip ci] --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7ad6d38..f653f93 100644 --- a/README.md +++ b/README.md @@ -593,6 +593,8 @@ The index was likely created with too little data for the number of lists. Drop DROP INDEX index_name; ``` +Results can also be limited by the number of probes (`ivfflat.probes`). + ## Reference ### Vector Type