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