Support range search for HNSW (#189)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>
Showing
- knowhere/index/vector_index/IndexHNSW.cpp 55 additions, 6 deletionsknowhere/index/vector_index/IndexHNSW.cpp
- knowhere/index/vector_index/IndexHNSW.h 7 additions, 4 deletionsknowhere/index/vector_index/IndexHNSW.h
- knowhere/index/vector_index/adapter/VectorAdapter.h 6 additions, 6 deletionsknowhere/index/vector_index/adapter/VectorAdapter.h
- knowhere/index/vector_index/helpers/IndexParameter.h 4 additions, 0 deletionsknowhere/index/vector_index/helpers/IndexParameter.h
- thirdparty/hnswlib/hnswlib/hnswalg.h 118 additions, 0 deletionsthirdparty/hnswlib/hnswlib/hnswalg.h
- thirdparty/hnswlib/hnswlib/hnswlib.h 3 additions, 0 deletionsthirdparty/hnswlib/hnswlib/hnswlib.h
- unittest/Helper.h 15 additions, 6 deletionsunittest/Helper.h
- unittest/test_hnsw.cpp 85 additions, 72 deletionsunittest/test_hnsw.cpp
Please register or sign in to comment