Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhu committed Aug 30, 2023
1 parent da9dd79 commit 144db69
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_).
Expand Down

0 comments on commit 144db69

Please sign in to comment.