-
Notifications
You must be signed in to change notification settings - Fork 64
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
Rename eland to opensearch #3
Merged
Merged
Conversation
This file contains 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
Custom model fixes
Remove docker, ci, eland ML, docs, integration testing support, add unit tests for ML model chunk upload
integrate ml common model upload
LEFTA98
added a commit
that referenced
this pull request
Sep 9, 2022
reverted many erroneous "fixes" to tests
dhrubo-os
pushed a commit
that referenced
this pull request
Aug 22, 2023
… Jenkins (#211) * Initiate PR #3 Jenkins Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Add option back Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Minor change Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Update CHANGELOG.md Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Revert "Correct demo_ml_commons_integration.ipynb (#208)" This reverts commit 212bac6. Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Update utils/model_uploader/trigger_ml_models_release.sh Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Signed-off-by: Thanawan Atchariyachanvanit <thanawan.atc@gmail.com> Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Update utils/model_uploader/trigger_ml_models_release.sh Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Signed-off-by: Thanawan Atchariyachanvanit <thanawan.atc@gmail.com> Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Update utils/model_uploader/trigger_ml_models_release.sh Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com> Signed-off-by: Thanawan Atchariyachanvanit <thanawan.atc@gmail.com> Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Update ml-models.JenkinsFile Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Update CHANGELOG.md Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Removed a modified file from pull request Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Removed a modified file from pull request Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> * Add comment to JenkinsFile Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> --------- Signed-off-by: Thanawan Atchariyachanvanit <latchari@amazon.com> Signed-off-by: Thanawan Atchariyachanvanit <thanawan.atc@gmail.com> Co-authored-by: Sayali Gaikawad <61760125+gaiksaya@users.noreply.github.com>
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.
Note that elasticsearch still exists in documentation for opensearch-py-ml; this is just in case there are potential copyright/legal issues to modifying the documentation. This should be fixed in a later PR
Original PR, for those with access: https://github.com/LEFTA98/opensearch-py-ml-thomaym/pull/3
Please note that the CI checks are failing; this is expected due to the renaming of many objects. We will add our own CI checks back in future release.