Skip to content

Commit ae3e566

Browse files
Update docs/reference/query-languages/query-dsl/query-dsl-knn-query.md
Co-authored-by: Carlos Delgado <[email protected]>
1 parent 5332d68 commit ae3e566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/query-languages/query-dsl/query-dsl-knn-query.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ If all queried fields are of type [semantic_text](/reference/elasticsearch/mappi
9494
stack: ga 9.2
9595
```
9696
`visit_percentage`
97-
: (Optional, float) The percentage of vectors to explore per shard while doing knn search with `bbq_disk`. Must be between 1 and 100. 0 will default to using `num_candidates` for calculating the percent visited. Increasing `visit_percentage` tends to improve the accuracy of the final results. If `visit_percentage` is set for `bbq_disk`, `num_candidates` is ignored. Defaults to a reasonable percent per shard of ~1% for every 1 million vectors.
97+
: (Optional, float) The percentage of vectors to explore per shard while doing knn search with `bbq_disk`. Must be between 1 and 100. 0 will default to using `num_candidates` for calculating the percent visited. Increasing `visit_percentage` tends to improve the accuracy of the final results. If `visit_percentage` is set for `bbq_disk`, `num_candidates` is ignored. Defaults to 1% per shard for every 1 million vectors.
9898

9999

100100
`filter`

0 commit comments

Comments
 (0)