DeMoriarty / TorchPQ

Approximate nearest neighbor search with product quantization on GPU in pytorch and cuda
MIT License
214 stars 21 forks source link

topk method missing #24

Open nlgranger opened 11 months ago

nlgranger commented 11 months ago

topk is not an method of torchpq.index.IVFPQIndex. Either it should exist or the readme is wrong.

DeMoriarty commented 11 months ago

thanks for pointing this out. changed it to search a while back but forgot to edit the README.