ZJULearning / nsg

Navigating Spreading-out Graph For Approximate Nearest Neighbor Search
MIT License
621 stars 148 forks source link

Provide Python interface #13

Closed impredicative closed 5 years ago

impredicative commented 5 years ago

Is it possible to provide a Python 3 interface to NSG? Thanks.

DelightRun commented 5 years ago

This will be done in the future, but currently we are short of hands. We will be very appreciate if you are willing to give us a hand.

impredicative commented 5 years ago

Someone recommended considering https://github.com/pybind/pybind11 for wrapping C++ code for Python. I am just sharing it. Here is a use case.

DelightRun commented 5 years ago

@impredicative I will look into it, thank you for your advice.