Skip to content
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

Add sparse queries #2

Open
johnlees opened this issue Apr 20, 2024 · 2 comments
Open

Add sparse queries #2

johnlees opened this issue Apr 20, 2024 · 2 comments
Labels
functionality adding a new feature

Comments

@johnlees
Copy link
Member

kNN dist mode using priority queues

Maybe also threshold

@johnlees johnlees added the functionality adding a new feature label Apr 21, 2024
johnlees added a commit that referenced this issue Apr 27, 2024
Does part of #2, but still room for improvement
@johnlees
Copy link
Member Author

johnlees commented Apr 27, 2024

kNN: definitely some issues with the output. There are zeros, and the last row has less than kNN items.

May still want hreshold selection (requires merging vecs, probably just with collect after rayon iter)

@johnlees
Copy link
Member Author

kNN now working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
functionality adding a new feature
Projects
None yet
Development

No branches or pull requests

1 participant