-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
weighted min hash - minhash_many function #195
Comments
@jroose-jv is this an expected behavior? My understanding is that minhash_many is a batch version of minhash. |
Sorry for the late response. If you want consistency across all weighted minhash, I recommend picking either |
I want to use |
hey, thanks for this great project.
I want to use min hash for my text embedding vectors which have both negative and positive numbers.
I have searched the issues and found that weighted min hash can be used for that.
I tried it and it actually works we.
my problem is about
minhash_many
function. its result is different thanminhash
function.below is a minimal code to reproduce and a screenshot to demonstrate without running the code.
I want to use
minhash_many
since it is faster than for loop.So is this normal or something unexpected.
thx.
The text was updated successfully, but these errors were encountered: