From dd4156e28169b4e973c88285cf5a6855bbb030c6 Mon Sep 17 00:00:00 2001 From: Vitali Fedulov Date: Fri, 21 Jan 2022 06:19:47 +0100 Subject: [PATCH] readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2d2196e..b0675ce 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,7 @@ Package hyper allows fast approximate search of nearest neighbour vectors in n-dimensional space. -**This is an early beta version**. Description below will be improved (TODO). See tests for examples. - -Package functions discretize a vector and generate a set of hashes, as described in the following document: https://similar.pictures/algorithm-for-hashing-high-dimensional-float-vectors.html +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 To use the package follow the sequence of functions/methods: 1) CubeSet or CentralCube, depending which one is used for a database record and which one for a query.