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

Expose new all-pairs Similarity algorithms to python layer #4471

Closed
ChuckHastings opened this issue Jun 6, 2024 · 1 comment
Closed

Expose new all-pairs Similarity algorithms to python layer #4471

ChuckHastings opened this issue Jun 6, 2024 · 1 comment

Comments

@ChuckHastings
Copy link
Collaborator

ChuckHastings commented Jun 6, 2024

We implemented a C++ capability to initiate an all-pairs similarity algorithms directly without first creating a list of 2-hop neighbors. This feature also adds a topk parameter which allows for executing the all-pairs computation in batches and only keeping the top k results. This would enable execution of all-pairs similarity algorithms on larger graphs (when the topk parameter is specified) than would otherwise be possible.

Expose this feature through the python layer.

Dependent on #4470

@ChuckHastings
Copy link
Collaborator Author

Closed by #4502

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

No branches or pull requests

1 participant