From fd9e56b03ccd72a88d3e08284828b8868a08e87d Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Mon, 5 Jun 2023 22:58:00 -0700 Subject: [PATCH] Update lsh.rst (#208) --- docs/lsh.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/lsh.rst b/docs/lsh.rst index 85c95e13..9df92e82 100644 --- a/docs/lsh.rst +++ b/docs/lsh.rst @@ -392,5 +392,6 @@ Common Issues with MinHash LSH 6. `Memory and On-disk size of LSH indexes `_ 7. `Distributed LSH indexes `_ 8. `Is the return of MinHashLSH.query() in order? `_ +9. `Billion-scale minhash lsh index for dedpulication `__ `See more issues `__