Skip to content

Commit d2d247f

Browse files
committed
Fix docs
1 parent 80b2e72 commit d2d247f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/engines/table-engines/mergetree-family/annindexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ These two strategies determine the order in which the filters are evaluated:
239239

240240
Both strategies have different trade-offs:
241241
- Post-filtering has the general problem that it may return less than the number of rows requested in the `LIMIT <N>` clause. This situation happens when at least one of the result rows returned by the vector similarity index fails to satisfy the additional filters.
242-
- Pre-filtering is generally unsolved problem. Some specialized vector databases implement it but most databases including ClickHouse will fall back to exact neighbor search, i.e., a brute-force scan without index.
242+
- Pre-filtering is generally an unsolved problem. Some specialized vector databases implement it but most databases including ClickHouse will fall back to exact neighbor search, i.e., a brute-force scan without index.
243243

244244
What strategy is used comes down to whether ClickHouse can use indexes for the additional filter conditions.
245245
If no index can be used, post-filtering will be applied.

0 commit comments

Comments
 (0)