binbin
binbin
/run-cpu-e2e
it exists both in master and 2.3 branch.
And same issue when input invalid type data to "radius" or "range_filter", it does not report error and return empty result now: ``` [2024-01-30 14:49:51 - INFO - ci_test]: test_range_search_invalid_radius:...
And same issue existed in RRFRanker, no value range check. (0, 16384)
Now, it reports error: for weigheted: ``` pymilvus.exceptions.MilvusException: ``` for RRFRanker: ``` pymilvus.exceptions.MilvusException: ``` milvus: master-20240121-c8a78465 pymilvus: 2.4.0rc24
Keep this issue open as the remind of the error code standardization.
/assign @xige-16
/assign @czs007 Could you please take a look too? Thanks.