Skip to content

Commit

Permalink
Product Quantizers for k-NN Tutorial
Browse files Browse the repository at this point in the history
Signed-off-by: Zhao Junwang <zhjwpku@gmail.com>
  • Loading branch information
zhjwpku committed Mar 30, 2024
1 parent 9446d9a commit 8194424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/databases/vectordb/pq.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ PQ 是一种压缩算法,如果需要更快的检索速度,需要搭配一
#### References:

- [Product Quantization: Compressing high-dimensional vectors by 97%](https://www.pinecone.io/learn/series/faiss/product-quantization/)

- [Product Quantizers for k-NN Tutorial Part 1](https://mccormickml.com/2017/10/13/product-quantizer-tutorial-part-1/)
- [Product Quantizers for k-NN Tutorial Part 2](https://mccormickml.com/2017/10/22/product-quantizer-tutorial-part-2/)

0 comments on commit 8194424

Please sign in to comment.