Gao

Results 30 issues of Gao

https://github.com/facebookresearch/faiss/blob/main/faiss/IndexIVF.cpp#L596 When we want to calculate scan count and use it to early terminate the search by max_codes, it turns out the algorithm searches each bucket, the scan count adds...

feature request
Implementation

Hi, I'm compiling cpu code, but got the following error. ``` ../util/SpinLock.h:73:25: error: no match for ‘operator==’ (operand types are ‘const std::atomic_flag’ and ‘int’) return (spinlock_.v_) == 1; ```

master pr: https://github.com/milvus-io/milvus/pull/32468

kind/enhancement
size/S
ci-passed
dco-passed
area/compilation

kind/enhancement
size/XS
do-not-merge/hold
dco-passed
area/compilation

kind/enhancement
size/XS
dco-passed
area/compilation

kind/enhancement
size/XS
ci-passed
dco-passed
area/compilation

get ready for binary vector support(some of the features already implemented, just make sure), users could insert and search binary vectors as float vectors do - [ ] Binary FLAT/IVFFLAT/HNSW...

/kind branch-feature Fix diskann PQ train dead loop

kind/enhancement
size/XS
dco-passed
area/compilation
do-not-merge/missing-related-pr