Update README.md

master
Vitali Fedulov 2022-02-06 20:21:23 +01:00 committed by GitHub
parent f43deca19e
commit a441b7817f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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).