You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
With approximate indexes, queries with filtering can return less results (due to post-filtering). Starting with 0.8.0, you can enable iterative index scans. If too few results from the initial scan match the filters, the scan will resume until enough results are found (or it reaches`hnsw.max_scan_tuples` or`ivfflat.max_probes`).
485
485
486
-
There are two modes for iterative scans:strictand relaxed.
486
+
Iterative scans can usestrictor relaxed ordering.
487
487
488
488
Strict ensures results are in the exact order by distance