-
Notifications
You must be signed in to change notification settings - Fork 75
Support gno-imi partition strategy #612
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
Conversation
b53867b to
afd5397
Compare
| { | ||
| "dtype": "float32", | ||
| "metric_type": "l2", | ||
| "dim": 128, |
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.
"dim": 960 ?
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.
fixed
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.
not push ?
Codecov ReportAttention: Patch coverage is ❌ Your project status has failed because the head coverage (89.31%) is below the target coverage (90.00%). You can increase the head coverage or adjust the target coverage. @@ Coverage Diff @@
## main #612 +/- ##
==========================================
+ Coverage 88.82% 89.31% +0.48%
==========================================
Files 199 202 +3
Lines 12736 13103 +367
==========================================
+ Hits 11313 11703 +390
+ Misses 1423 1400 -23
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
jiaweizone
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.
LGTM
LHT129
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.
LGTM
wxyucs
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.
lgtm
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: jinjiabao.jjb <[email protected]> Signed-off-by: suguan.dx <[email protected]>
…p#720) Signed-off-by: jinjiabao.jjb <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
- add request search object - add attribute for datasets - add new interface on index search Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
- only support hgraph, bruteforce Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
* adapt update with mark delete Signed-off-by: zhongxiaoyao.zxy <[email protected]> Signed-off-by: suguan.dx <[email protected]>
* feat(compressed_graph_datacell): add graph_storage param and test, Signed-off-by: Deming Chu <[email protected]> * feat(hgraph): add compressed graph support and test Signed-off-by: Deming Chu <[email protected]> * style: minor Signed-off-by: Deming Chu <[email protected]> * style: format Signed-off-by: Deming Chu <[email protected]> * style: graph_storage -> graph_storage_type Signed-off-by: Deming Chu <[email protected]> * feat(graph_storage_type): add invalid parameter check and test case Signed-off-by: Deming Chu <[email protected]> * refactor(graph_storage_type): refine invalid parameter check Signed-off-by: Deming Chu <[email protected]> * style(graph_storage_type): remove useless checks in parameters Signed-off-by: Deming Chu <[email protected]> * style(graph_storage_type): "compress" -> "compressed" Signed-off-by: Deming Chu <[email protected]> * refactor(graph_storage_type): max_degree_ moved to graph_interface_parameter.h Signed-off-by: Deming Chu <[email protected]> * refactor(hgraph): simplify max_degree_ get Signed-off-by: Deming Chu <[email protected]> --------- Signed-off-by: Deming Chu <[email protected]> Signed-off-by: suguan.dx <[email protected]>
- add reverse codebook for pq8bit quantization - speedup some compute for pq8bit scan Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: jinjiabao.jjb <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: jinjiabao.jjb <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: LHT129 <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: aozeliu.azl <[email protected]> Co-authored-by: aozeliu.azl <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: jinjiabao.jjb <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: zourunxin.zrx <[email protected]> Co-authored-by: zourunxin.zrx <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: Deming Chu <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
…#784) Signed-off-by: Deming Chu <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: Xiangyu Wang <[email protected]> Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: Xiangyu Wang <[email protected]> Signed-off-by: suguan.dx <[email protected]>
d49f19d to
05407d0
Compare
Signed-off-by: suguan.dx <[email protected]>
Signed-off-by: suguan.dx <[email protected]>
closed: #562