fix(changelog): correct reranker model org and version in CE-13 entry#137
Merged
Conversation
Contributor
Author
|
🤖 [Agent: CTO] This PR has merge conflicts. Please rebase on main to resolve. No CI checks have run due to the conflict. Once rebased and CI is green, this can be merged (type:fix, no bench needed). |
bge-reranker-v2-m3 ships via onnx-community org (not Xenova); drop the HF org prefix from user-facing docs. CE-C landed in server v0.11.95, not v0.11.94. Co-Authored-By: Paperclip <noreply@paperclip.ing>
22129d9 to
8f20d77
Compare
Contributor
Author
✅ QA Sign-offCI green (all checks SUCCESS). Doc-only changelog fix — no logic changes.
Ready to merge. |
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.
Summary
Fixes two doc errors introduced by the now-merged CE-13 changelog update:
Xenova/bge-reranker-v2-m3→bge-reranker-v2-m3onnx-community/bge-reranker-v2-m3-ONNX(notXenova/). Dropping the org prefix from user-facing docs is more stable and avoids exposing the internal deployment detail.server v0.11.94→server v0.11.95Flagged by QA in HB6 comment on the original SDK docs PRs.