Skip to content

Asynchronous MinHash LSH module and storage base name

Pre-release
Pre-release
Compare
Choose a tag to compare
@ekzhu ekzhu released this 27 Jul 00:28
· 102 commits to master since this release
  • Added Asynchronous MinHash LSH module. Thanks @aastafiev!
  • Added ability to set the base name in storage config. Base name is used as the
    prefix for generating keys in the underlying storage (e.g., Redis).
    This change allows client to "reconnect" to an existing LSH index in the storage through its base name.