-
Notifications
You must be signed in to change notification settings - Fork 197
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
Add IVF-Flat C++ example #1828
Add IVF-Flat C++ example #1828
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
/ok to test |
/ok to test |
For what it's worth, the first I checked the application logs and the GitHub API request was sent successfully and received a 200 response, but for whatever reason the https://github.com/rapidsai/raft/tree/pull-request/1828 branch was not actually updated. Looks like this was a fluke on GitHub's end. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Really happy to have these examples for users to reference. Mostly minor things, but want to make sure we're keeping the examples consistent (converting CAGRA to your example format shouldn't take much effort, AFAIK).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @cjnolet for the good suggestions, I have updated the PR accordingly.
/ok to test |
@tfeher given how we want to get this in quickly for the blog, I think we can do the cmake change to expose the explicit instantiation as a follow-on in 23.12. |
/merge |
/ok to test |
/merge |
This PR adds a C++ example program that demonstrate the usage of IVF-Flat vector search.