-
Notifications
You must be signed in to change notification settings - Fork 78
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
cagra support train on gpu, search on cpu, use hnswlib #661
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Presburger The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@Presburger 🔍 Important: PR Classification Needed! For efficient project management and a seamless review process, it's essential to classify your PR correctly. Here's how:
For any PR outside the kind/improvement category, ensure you link to the associated issue using the format: “issue: #”. Thanks for your efforts and contribution to the community!. |
Signed-off-by: yusheng.ma <yusheng.ma@zilliz.com>
Signed-off-by: yusheng.ma <yusheng.ma@zilliz.com>
/lgtm |
/run e2e |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #661 +/- ##
=========================================
+ Coverage 0 71.40% +71.40%
=========================================
Files 0 69 +69
Lines 0 4728 +4728
=========================================
+ Hits 0 3376 +3376
- Misses 0 1352 +1352 |
/retest |
/kind improvement |
@Presburger Please remove redundant |
* cagra support train on gpu, search on cpu, use hnswlib Signed-off-by: yusheng.ma <yusheng.ma@zilliz.com> * cagra support train on gpu, search on cpu, use hnswlib Signed-off-by: yusheng.ma <yusheng.ma@zilliz.com> --------- Signed-off-by: yusheng.ma <yusheng.ma@zilliz.com>
Make the CAGRA index compatible with Knowhere's HNSWlib, supporting GPU training and CPU search scenarios.