Closed shanghaikid closed 1 year ago
/assign @jiaoew1991 /unassign
@shanghaikid For L2/HAMMING/JACCARD, the range_filter
parameter needs to be smaller than the range
. In this case, where range
equals 10, the range_filter
should be less than 10.
@shanghaikid For L2/HAMMING/JACCARD, the
range_filter
parameter needs to be smaller than therange
. In this case, whererange
equals 10, therange_filter
should be less than 10.
I think it should return an empty result if the range_filter is not set correctly.
@shanghaikid For L2/HAMMING/JACCARD, the
range_filter
parameter needs to be smaller than therange
. In this case, whererange
equals 10, therange_filter
should be less than 10.I think it should return an empty result if the range_filter is not set correctly.
For L2/HAMMING/JACCARD, the range_filter should be smaller than the range. However, for other metrics, the range should be larger than the range_filter. If an empty value is returned, it can easily lead to misuse here. If an empty value is returned, users may mistakenly think that there is no problem with their parameters and that there is simply no data available.
@shanghaikid For L2/HAMMING/JACCARD, the
range_filter
parameter needs to be smaller than therange
. In this case, whererange
equals 10, therange_filter
should be less than 10.I think it should return an empty result if the range_filter is not set correctly.
For L2/HAMMING/JACCARD, the range_filter should be smaller than the range. However, for other metrics, the range should be larger than the range_filter. If an empty value is returned, it can easily lead to misuse here. If an empty value is returned, users may mistakenly think that there is no problem with their parameters and that there is simply no data available.
In database world, if you write a incorrect sql, it should return an error, if you write a correct sql but with a wrong where condition, it just return empty. should we follow this?
it should be considered as a incorrect sql 🤔
@xiaofan-luan @yanliang567 what do you guys think?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen
.
Is there an existing issue for this?
Environment
Current Behavior
I don't understand the error message.
=> range_filter must be less than radius for L2/HAMMING/JACCARD"
what is the correct radius?Expected Behavior
No response
Steps To Reproduce
No response
Milvus Log
No response
Anything else?
No response