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
Copy file name to clipboardExpand all lines: docs/sql.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,10 @@ Positional arguments:
124
124
125
125
Named parameters:
126
126
-`k` (BIGINT, default `10`): Number of results to return. Must be > 0.
127
+
-`nprobs` (BIGINT, optional): Number of IVF partitions to probe when using a vector index. Must be > 0. Only affects IVF-based vector indices.
128
+
-`refine_factor` (BIGINT, optional): Refine factor for the vector branch. Must be > 0.
127
129
-`prefilter` (BOOLEAN, default `false`): If `true`, filters are applied before top-k selection.
130
+
-`use_index` (BOOLEAN, default `true`): If `true`, allow ANN index usage for the vector branch when available. If `false`, the vector branch runs exact KNN.
0 commit comments