matsui528 / nanopq

Pure python implementation of product quantization for nearest neighbor search
MIT License
323 stars 43 forks source link

Typo #23

Closed tarzaa1 closed 1 year ago

tarzaa1 commented 1 year ago

I think this should be 8 bits not 256! otherwise the package is very helpful thanks! https://github.com/matsui528/nanopq/blob/5c9e138f86a3a9bf33290f427883b0c405164716/nanopq/pq.py#L22

matsui528 commented 1 year ago

Thanks!