Is it supported to limit the range of query results based on radius? and how? #4530
Answered
by
sahuang
Wenorm
asked this question in
Q&A and General discussion
-
I read the documentation and source code, but I didn't find a way to set the radius to limit the number of returned results. Only found a way to set the number of returned results through the topk parameter. |
Beta Was this translation helpful? Give feedback.
Answered by
sahuang
Dec 28, 2020
Replies: 1 comment 2 replies
-
Currently, we only support returning If you are talking about range search, this is in our plan for future implementations. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Wenorm
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, we only support returning
topK
results. Can you describe your scenario where a radius needs to be set? For example, if you set it to [10, 30], what should be returned?If you are talking about range search, this is in our plan for future implementations.