-
Notifications
You must be signed in to change notification settings - Fork 9
Setup examples #72
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
base: main
Are you sure you want to change the base?
Setup examples #72
Conversation
|
/ok to test 44d9817 |
| @@ -0,0 +1,130 @@ | |||
| /* | |||
| * SPDX-FileCopyrightText: Copyright (c) 2025, NVIDIA CORPORATION. | |||
| * SPDX-License-Identifier: Apache-2.0 | |||
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.
Instead of "demo", which would be unique to this codebase, can we please use examples? That would mean a top-level dirrectory for examples/ And call the file AcceleratedHnswExample. This just helps with user navigation when we keep these things consistent across codebases. Someone familiar w/ cuvs can come to cuvs-java and have a familiar experience.
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.
done.
jameslamb
left a comment
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.
Giving this a ci-codeowners / packaging-codeowners approval so you can keep moving forward. The changes in build / CI scripts look non-controversial to me.
Agree with Corey's suggestion to call the top-level directory examples/ instead of demo/.
|
Thank you, @jameslamb, for taking a look at the open PRs, especially during the holidays. Merry Christmas !!! 🎄 🎄 🎄 |
…adme, update-version.sh
|
/ok to test 0d88a02 |
Fixes #67