-
Notifications
You must be signed in to change notification settings - Fork 283
fix bug: dot not upgrade BM25 #21661
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
fix bug: dot not upgrade BM25 #21661
Conversation
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
Qodo Merge was enabled for this repository. To continue using it, please link your Git account with your Qodo account here. PR Code Suggestions ✨Explore these optional code suggestions:
|
User description
What type of PR is this?
Which issue(s) this PR fixes:
issue #21377
What this PR does / why we need it:
fix bub. dot not upgrade BM25
PR Type
Bug fix
Description
Added
upgradeForBM25
function call in tenant upgrade process.Logged errors for BM25 upgrade failures with relevant details.
Ensured BM25 upgrade is part of the tenant upgrade workflow.
Changes walkthrough 📝
upgrade.go
Integrate BM25 upgrade into tenant upgrade process
pkg/bootstrap/versions/v2_1_0/upgrade.go
upgradeForBM25
function call during tenant upgrade.