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

C++ equivalent of Serialization/Deserialization example #8

Open
ashfaq92 opened this issue Nov 14, 2019 · 2 comments
Open

C++ equivalent of Serialization/Deserialization example #8

ashfaq92 opened this issue Nov 14, 2019 · 2 comments

Comments

@ashfaq92
Copy link

ashfaq92 commented Nov 14, 2019

Hi! Thank you for the package. It is really helpful.
First! I am new to c++ so I don't know whether this is right place for question like this:
In your readme examples are provided only with R bindings which are roughly equivalent to example provided in original hnsw library.
But what if somebody wants to do the exact task without 'R'? I am unable to find interface for c++. Original library refers to this library for interfaces in c++ and R. but I could only see interface for R.
It would be really nice if you translate this 'R' example into C++. Thank you!

@jlmelville
Copy link
Owner

For this project, a vignette on using the C++ would probably be a good idea, but I don't know when I will get round to that. For now, I have commented on your other issue at nmslib/hnswlib#167 and if you look in https://github.com/jlmelville/rcpphnsw/blob/master/src/hnsw.cpp you might be able to piece together what you need.

@LTLA
Copy link
Contributor

LTLA commented Nov 14, 2019

Seems to me that the best location for this documentation would be in hnswlib itself, and that RcppHNSW would just point to that... though I must admit that I did write this, so perhaps I'm being hypocritical.

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