-
Just trying to get setup I've already hit some barriers. I've cut out the successful builds from the terminal output and only attached the failed ones below. I would appreciate some help/workarounds…
-
### Additional comment:
_No response_
-
This code base utilizes several different kinds of hashes (md5, SHA-1, xxhash, sha256).
Some are implemented in redundant manners.
For instance, `sha1_hash32` in minhash_spark and `sha1_hash` (with …
-
Hello,I'm new to MinHash, I doubt the function to caculate jaccard ,
according to docs: https://en.wikipedia.org/wiki/Jaccard_index
jaccard = |A intersection B | / |A union B | , but your co…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
from alpaca.data.timeframe import TimeFrame
from alpaca.data.requests import StockBarsReques…
-
I cloned ann-benchmark on my rock 9.2. I ran "pip install -r requirements.txt". Next, I ran "python install.py". However, it seemed the install had failed.
Install Status: …
-
when i run this code:
lsh = MinHashLSH(threshold=threshold, num_perm=num_perm, storage_config=storage_config)
i got this error:
NameError: name 'RedisSetStorage' is not defined
what's the rea…
-
When doing initialization of a Minhash object and MinHashLSH index with the same parameters, I noticed that the hashranges derived from the number of bands, does not cover all the permutations in the …
-
### Before Reporting 报告之前
- [X] I have pulled the latest code of main branch to run again and the bug still existed. 我已经拉取了主分支上最新的代码,重新运行之后,问题仍不能解决。
- [X] I have read the [README](https://github…
-
Hi,
First of all many thanks for this library, it is helping me a lot. I'm using it to do neardedup with MinHash of very large collections of text (tens of TB or even a hundred TB, compressed size)…