Skip to content
Discussion options

You must be logged in to vote

Thank you for your question.

When radius is not specified, the search behaves as a standard ANN Top-K search.

Range search and Top-K search are fundamentally different. They follow different execution paths internally, so it is expected that results may differ even when the radius is set to a very small value.

Range search prioritizes distance ordering (nearest to farthest) within the specified threshold. To guarantee this behavior, the algorithm may skip certain candidates during traversal. As a result, its behavior is not equivalent to applying a simple post-filter on Top-K results.

Additionally, please note that Zilliz Cloud includes index-level optimizations beyond the open-source Mil…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dmitriivahrushev
Comment options

Answer selected by dmitriivahrushev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants