Skip to content
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

Forwarding port changes in 2.4 to main branch (add text embedding model) #556

Merged
merged 2 commits into from
Nov 17, 2022

Conversation

b4sjoo
Copy link
Collaborator

@b4sjoo b4sjoo commented Nov 17, 2022

Description

This PR is a partial forwarding of port changes in branch 2.x (commit #477) to main branch.

Issues Resolved

This PR partially resolves #553 and OpenSearch-SQL #1065

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff

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.

ylwu-amzn and others added 2 commits November 17, 2022 01:13
* add text embedding model

Signed-off-by: Yaliang Wu <[email protected]>

* fix some comments

Signed-off-by: Yaliang Wu <[email protected]>

Signed-off-by: Yaliang Wu <[email protected]>
Signed-off-by: Sicheng Song <[email protected]>
@b4sjoo b4sjoo requested a review from a team November 17, 2022 01:21
@codecov-commenter
Copy link

codecov-commenter commented Nov 17, 2022

Codecov Report

Merging #556 (798a9c9) into main (161ccb2) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               main     #556   +/-   ##
=========================================
  Coverage     91.21%   91.22%           
  Complexity      611      611           
=========================================
  Files            67       67           
  Lines          1742     1743    +1     
  Branches        148      148           
=========================================
+ Hits           1589     1590    +1     
  Misses           97       97           
  Partials         56       56           
Flag Coverage Δ
ml-commons 91.22% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...rg/opensearch/ml/plugin/MachineLearningPlugin.java 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@b4sjoo b4sjoo merged commit 3abdcac into opensearch-project:main Nov 17, 2022
@b4sjoo b4sjoo deleted the main_custom_dev branch November 17, 2022 05:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Forward port changes in 2.x to main branch
4 participants