-
Notifications
You must be signed in to change notification settings - Fork 282
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
Add opensearch-learning-to-rank-base to manifest #5245
Add opensearch-learning-to-rank-base to manifest #5245
Conversation
For 3.0.0 looks like the plugin is failing with java compatibility error:
3.0.0 is using jdk-23. |
does this mean all other plugins also needs to be built on JDK 23 too? Referring to ml-commons/flow-framework etc? |
Yes! jdk-23 is only for 3.0.0. See open issues. |
Signed-off-by: rithin-pullela-aws <[email protected]>
4537c82
to
7d78620
Compare
Hi @rithin-pullela-aws , |
I raised another PR for test workflow: #5246. I was following the steps in the onboarding doc. |
To-do: Add the plugin later to 3.0.0 manifest once the it supports jdk-23. |
Description
Adds the opensearch-learning-to-rank-base plugin to the manifest files.
Following the onboarding steps mentioned here.
PR implementing the build script in LTR: opensearch-project/opensearch-learning-to-rank-base#97
Artifacts published:
Issues Resolved
List any issues this PR will resolve, e.g. Closes [...].
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.