Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable HNSW with fast 4-bit product quantization
Accelerate inference of HNSW with fast approximate product quantization (PQ) technique. Following are the key features: - The approximate distance functions in graph search is implemented by 4-bit PQ with AVX512f SIMD. - Re-rank with exact distance functions for a small number of candidate return by approximate search. - Currently only support L2 distance metric. Co-authored-by: Patrick <[email protected]>
- Loading branch information