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 ParlayANN to ann-benchmarks #538

Merged
merged 2 commits into from
Aug 2, 2024
Merged

Add ParlayANN to ann-benchmarks #538

merged 2 commits into from
Aug 2, 2024

Conversation

magdalendobson
Copy link

ParlayANN implements a variety of algorithms as described in the paper: https://dl.acm.org/doi/10.1145/3627535.3638475 This pull request uses the ParlayANN version of Vamana (with some significant changes from the original). It was designed for large data sets and high parallelism, but works well on smaller graphs and a single thread.

It does not use any product quantization, but does use scalar quantization, and for large dimensions (just GIST is large enough for this suite) uses the Johnson-Lindenstrauss transform to reduce dimensionality.

@erikbern
Copy link
Owner

erikbern commented Aug 1, 2024

Nice! reminds me I need to re-run the benchmarks

@magdalendobson
Copy link
Author

Looking forward to seeing the results! Thanks so much!

@erikbern erikbern merged commit ebfea23 into erikbern:main Aug 2, 2024
32 of 46 checks passed
@erikbern
Copy link
Owner

erikbern commented Aug 2, 2024

thanks for the contribution!

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

Successfully merging this pull request may close these issues.

2 participants