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

Implementing a new benchmark (product quantization) #5

Open
unmeshvrije opened this issue Nov 7, 2022 · 0 comments
Open

Implementing a new benchmark (product quantization) #5

unmeshvrije opened this issue Nov 7, 2022 · 0 comments

Comments

@unmeshvrije
Copy link
Owner

unmeshvrije commented Nov 7, 2022

There is a paper about approximate nearest neighbours which can be found here

Previously, we implemented this algorithm in C++, however since we have all our codebase in Python, we would like to use the Python implementation for this algorithm.

Fortunately, there is already one pure python implementation for the same.

In this issue, we should use this library/module in our code and compare the performance of our system with approximate nearest neighbours.

e.g. For a query h, r, ? our method (subgraphs) would produce certain top K results, and we would like to compare these results with the nearest neighbours of the vector h op r where op is the operation defined by the embedding model

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