Skip to content

Commit

Permalink
Adding HNSW-QG AVX512f version
Browse files Browse the repository at this point in the history
Initial fix of attribute ‘target(default)’ is not valid

2nd fix of attribute ‘target(default)’ is not valid

3rd fix by moving pad_parameters into quantizer

Revise Quantizer by adding commoh.hpp

fix typo in default quantizer

Revise FeatVec_T and Quantizer #centroids

revise quantizer train, and some other minor fixes

add some comments on variables

add type checker
  • Loading branch information
rootlesstree committed Aug 29, 2022
1 parent d7f6155 commit 8a62e2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pecos/core/ann/hnsw.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,6 @@ namespace ann {
template<class FeatVec_T>
struct GraphProductQuantizer4Bits : GraphBase {
typedef FeatVec_T feat_vec_t;

ProductQuantizer4Bits quantizer;
index_type num_node;
// code_dimension is number of 4 bits code used to encode a data point in GraphPQ4Bits
Expand Down

0 comments on commit 8a62e2d

Please sign in to comment.