From 144db691e466a2de74fce2bc5702a406901f478a Mon Sep 17 00:00:00 2001 From: Eric Zhu Date: Wed, 30 Aug 2023 12:47:58 -0700 Subject: [PATCH] Update README.rst --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 9150885c..284a1eec 100644 --- a/README.rst +++ b/README.rst @@ -37,8 +37,10 @@ sub-linear query time: +---------------------------+-----------------------------+------------------------+ | `MinHash LSH Ensemble`_ | MinHash | Containment Threshold | +---------------------------+-----------------------------+------------------------+ +| HNSW | Customizable | Metric Distances | ++---------------------------+-----------------------------+------------------------+ -datasketch must be used with Python 2.7 or above, NumPy 1.11 or above, and Scipy. +datasketch must be used with Python 3.7 or above, NumPy 1.11 or above, and Scipy. Note that `MinHash LSH`_ and `MinHash LSH Ensemble`_ also support Redis and Cassandra storage layer (see `MinHash LSH at Scale`_).