From a441b7817f972b78192f149fa50f91080419c8b3 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Sun, 6 Feb 2022 20:21:23 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6ef8ff..52a7e59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Hashing float vectors in N-dimensions -Package hyper allows fast approximate search of nearest neighbour vectors in n-dimensional space. +Package hyper allows fast approximate search of nearest neighbour vectors in n-dimensional space. It does not have any dependencies. Package functions discretize a vector and generate a set of hashes, as described in the [following document](https://vitali-fedulov.github.io/algorithm-for-hashing-high-dimensional-float-vectors.html).