support rabitq in Hgraph#467
Merged
Merged
Conversation
ShawnShawnYou
requested review from
LHT129,
jiaweizone and
wxyucs
as code owners
March 3, 2025 08:54
ShawnShawnYou
force-pushed
the
support-rabitq-in-Hgraph
branch
from
March 4, 2025 04:01
c0239cb to
b781406
Compare
inabao
reviewed
Mar 5, 2025
|
|
||
| // TODO(ZXY): generate random orthogonal matrix | ||
| // validate rom | ||
| int retries = 3; |
ShawnShawnYou
force-pushed
the
support-rabitq-in-Hgraph
branch
4 times, most recently
from
March 10, 2025 15:29
11e8c68 to
d18ba8b
Compare
Codecov ReportAttention: Patch coverage is @@ Coverage Diff @@
## main #467 +/- ##
==========================================
- Coverage 91.97% 91.97% -0.01%
==========================================
Files 173 173
Lines 10557 10615 +58
==========================================
+ Hits 9710 9763 +53
- Misses 847 852 +5
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:
|
ShawnShawnYou
commented
Mar 12, 2025
| search_param.ef = std::max(params.ef_search, k); | ||
| search_param.is_inner_id_allowed = ft; | ||
| search_param.topk = k; | ||
| search_param.topk = static_cast<int64_t>(search_param.ef); |
Collaborator
Author
There was a problem hiding this comment.
fix bug about unused rerank
ShawnShawnYou
force-pushed
the
support-rabitq-in-Hgraph
branch
from
March 13, 2025 08:24
33565be to
49909cf
Compare
Signed-off-by: zhongxiaoyao.zxy <zhongxiaoyao.zxy@antgroup.com>
Signed-off-by: zhongxiaoyao.zxy <zhongxiaoyao.zxy@antgroup.com>
Signed-off-by: zhongxiaoyao.zxy <zhongxiaoyao.zxy@antgroup.com>
Signed-off-by: zhongxiaoyao.zxy <zhongxiaoyao.zxy@antgroup.com>
ShawnShawnYou
force-pushed
the
support-rabitq-in-Hgraph
branch
from
March 14, 2025 02:25
b572fbf to
95e0045
Compare
Merged
LHT129
pushed a commit
to LHT129/vsag
that referenced
this pull request
Apr 16, 2026
support rabitq in hgraph Signed-off-by: zhongxiaoyao.zxy <zhongxiaoyao.zxy@antgroup.com>
LHT129
pushed a commit
that referenced
this pull request
May 11, 2026
support rabitq in hgraph Signed-off-by: zhongxiaoyao.zxy <zhongxiaoyao.zxy@antgroup.com> Signed-off-by: LHT129 <tianlan.lht@antgroup.com>
Sia-Sheerland
pushed a commit
to Sia-Sheerland/vsag
that referenced
this pull request
Jun 26, 2026
support rabitq in hgraph Signed-off-by: zhongxiaoyao.zxy <zhongxiaoyao.zxy@antgroup.com> Signed-off-by: Sia Sheerland <x1075956441x@163.com> Signed-off-by: Sia Sheerland <x1075956441x@163.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
config:
results:


