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

Have any API doc with this project? #7

Open
sunhailin-Leo opened this issue Nov 15, 2021 · 2 comments
Open

Have any API doc with this project? #7

sunhailin-Leo opened this issue Nov 15, 2021 · 2 comments

Comments

@sunhailin-Leo
Copy link

  • I want to use python or golang to run test on it, how can i find the API in this project
@LukasRuppert
Copy link
Collaborator

Sorry, there is no simple API.

Have a look at the examples for different datasets in the src folder.
The metadata of each dataset, i.e. data type, dimension, integer types needed for indexing elements, etc., as well as configuration of the nearest neighbor graph such as number of neighbors needs to be compiled into the templated CUDA kernels.

One could probably build a few coarse templates that should cover a vast range of datasets without recompilation, which could then be used via Python. But that would be a considerable effort for which we currently lack the time to do so.

@gm3g11
Copy link

gm3g11 commented Jun 24, 2022

Do you have a schedule to write python for this great project recently? Thx~

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

3 participants