Cai Yudong

Results 161 comments of Cai Yudong

> change max_empty_result_buckets to larger than value may work this range search parameter is introduced in Milvus 2.4, it's not available in Milvus 2.3.12

> how to resolve the problem??? Except 'radius' and 'range_filter', there is no other parameters to tune the range search behavior for IVF-serial indices in Milvus 2.3.x. I suggest to...

COSINE metric type should get distance in scope [-1.0, 1.0], but DISKANN with COSINE get distance 2.0, need @hhy3 help to check. reproduce script: ``` from pymilvus import CollectionSchema, FieldSchema,...

Hi @NicoYuan1986, please check this issue again

Hi @NicoYuan1986 , it does not make sense to set "radius" to -1, with this param DISKANN range search will almost return all data like brute force. So you see...

> @cydrain > > could it be much faster if we change it to cache the iterator Hi @xiaofan-luan , this iterator is implemented in pymilvus, it uses the range...