Cai Yudong
Cai Yudong
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: master (commit 9621b661) - Deployment mode(standalone or cluster):...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: master (f4e96777e) - Deployment mode(standalone or cluster): cluster...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: Milvus 2.2.2 (0fdc1a04) - Deployment mode(standalone or cluster):...
### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to be added? Show "DEBUG" in Milvus banner when...
Issue: #22837
When enable binary range search ut in file test_search.cc, sanity check will crash with following error messages: ``` Address 0x7ffca61774d0 is located in stack of thread T0 at offset 3296...
There are benchmarks of most popular ann algorithms including faiss: https://github.com/erikbern/ann-benchmarks Knowhere made lots of secondary development on the basis of faiss, including feature enhancement and performance optimization, such as:...
Implement following APIs for AVX and AVX512 ``` /// squared norm of a vector float fvec_norm_L2sqr( const float* x, size_t d); /// compute ny square L2 distance between x and...