Cai Yudong

Results 31 issues of 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):...

needs-triage
stale

### 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...

kind/bug
needs-triage

### 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):...

kind/bug
triage/accepted

kind/improvement
size/XS
approved
lgtm
dco-passed
area/compilation

### 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...

kind/enhancement

size/XS
ci-passed
do-not-merge/missing-related-issue
dco-passed
area/compilation

Issue: #22837

kind/feature
sig/testing
size/L
area/test
dco-passed
test/integration

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...