-
Notifications
You must be signed in to change notification settings - Fork 168
Commit 8352e69
Updated OpenSearch Lucene snapshot location (#1832)
* Backport multiple PRs to main from 2.x (#1652)
* fix parameter name in preprocess function; fix remote model function … (#1362)
* fix parameter name in preprocess function; fix remote model function name
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* fix failed unit test
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
---------
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* throw exception when model group not found during update request (#1447)
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
* add status code to model tensor (#1443) (#1453)
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* register new versions to a model group based on the name provided (#1452)
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
* fixing metrics correlation algorithm (#1448)
* fixing metrics correlation algorithm
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
* if model version fails to register, update model group accordingly (#1463)
* if model version fails to register, update model group accordingly
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
* Update Model API (#1350)
* Update Model API POC
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Using GetRequest to get model
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Finalize model update API
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Fix compile
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Fix compileTest
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Add Unit Test Cases for Update Model API
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Tune back test coverage thereshold
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Add more unit tests on Update model API
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Add unit test for TransportUpdateModelAction class
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Fix a test error
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Change exception thrown to failure response
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Move the function judgement to the outter block
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Check if model is undeployed before update model
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Add more unit test for update model API
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Fix unit test due to blocking java 11 CI workflow
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Enabling auto bumping model version during registering to a new model group and address reviewers' other concern
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Autobump new model groups' latest version when register to a new model
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Change the REST API method from POST to PUT
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Change the update REST API endpoint
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
---------
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Add a setting to control the update connector API (#1465)
* Add a setting to control the update connector API
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Enabling the update connnector setting in unit test
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Enabling the update connnector setting in corresponding unit test
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
---------
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* fix update connector API (#1484)
* fix update connector API
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* Performance enhacement for predict action by caching model info (#1472) (#1508)
* Performance enhacement for predict action by caching model info
Signed-off-by: zane-neo <zaniu@amazon.com>
* Add context.restore() to avoid missing info
Signed-off-by: zane-neo <zaniu@amazon.com>
---------
Signed-off-by: zane-neo <zaniu@amazon.com>
(cherry picked from commit a985f6e)
Co-authored-by: zane-neo <zaniu@amazon.com>
* fix failed ut from PR 1472 (#1479) (#1510)
* fix failed ut from PR 1472
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* exclude class for low coverage
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
---------
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
(cherry picked from commit da5d829)
Co-authored-by: Yaliang Wu <ylwu@amazon.com>
* [Backport to 2.11] throw exception if remote model doesn't return 2xx status code; fix p… (#1477) (#1509)
* throw exception if remote model doesn't return 2xx status code; fix p… (#1473)
* throw exception if remote model doesn't return 2xx status code; fix predict runner
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* fix kmeans model deploy bug
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* support multiple docs for remote embedding model
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* fix ut
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
---------
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* fix wrong class
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
---------
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
(cherry picked from commit 201c8a8)
Co-authored-by: Yaliang Wu <ylwu@amazon.com>
* fix no worker node exception for remote embedding model (#1482) (#1511)
* fix no worker node exception for remote embedding model
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* only add model info to cache if model cache exist
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
---------
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
(cherry picked from commit 6f83b9f)
Co-authored-by: Yaliang Wu <ylwu@amazon.com>
* fix for delete model group API throwing incorrect error when model index not created (#1485) (#1486) (#1512)
* fix for delete model group API throwing incorrect error when model index not created
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
(cherry picked from commit 60ef0fd)
Co-authored-by: Bhavana Ramaram <rbhavna@amazon.com>
(cherry picked from commit 5544681)
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
* fix no worker node error on multi-node cluster (#1487) (#1513)
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
(cherry picked from commit cea1cd6)
Co-authored-by: Yaliang Wu <ylwu@amazon.com>
* add prefix to show the error is from remote service (#1499) (#1515)
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
(cherry picked from commit 3897ad1)
Co-authored-by: Yaliang Wu <ylwu@amazon.com>
* fix multiple docs support (#1516)
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
* adding another fix issue to the release note (#1498) (#1514)
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
(cherry picked from commit 440155c)
Co-authored-by: Dhrubo Saha <dhrubo@amazon.com>
* add bedrockURL to trusted connector regex list (#1461)
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
* return parsing exception 400 for parsing errors
Signed-off-by: Xun Zhang <xunzh@amazon.com>
* add more ut in restupdateconnector
Signed-off-by: Xun Zhang <xunzh@amazon.com>
* fix format violations
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
* Fix model/connector update API to address security concern (#1595)
* Fix model/connector update API to address appsec concern
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Fix compile and build failure
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Improve unit test coverage
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Fix spotless
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Merge update connector feature flag to remote inference feature flag
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Fix compile
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Fix exception status
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Keep fixing exception status
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Spotless fix
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* Add UT on parsing exception
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
---------
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
* change XContentFactory to MediaTypeRegistry builder in MLRegisterModelInputTest class
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
---------
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
Signed-off-by: Xun Zhang <xunzh@amazon.com>
Co-authored-by: Yaliang Wu <ylwu@amazon.com>
Co-authored-by: Dhrubo Saha <dhrubo@amazon.com>
Co-authored-by: Sicheng Song <sicheng.song@outlook.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: zane-neo <zaniu@amazon.com>
Co-authored-by: Xun Zhang <xunzh@amazon.com>
* Updated OpenSearch Lucene snapshot location
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
---------
Signed-off-by: Yaliang Wu <ylwu@amazon.com>
Signed-off-by: Bhavana Ramaram <rbhavna@amazon.com>
Signed-off-by: Dhrubo Saha <dhrubo@amazon.com>
Signed-off-by: Sicheng Song <sicheng.song@outlook.com>
Signed-off-by: Xun Zhang <xunzh@amazon.com>
Signed-off-by: Owais Kazi <owaiskazi19@gmail.com>
Co-authored-by: Bhavana Ramaram <rbhavna@amazon.com>
Co-authored-by: Yaliang Wu <ylwu@amazon.com>
Co-authored-by: Dhrubo Saha <dhrubo@amazon.com>
Co-authored-by: Sicheng Song <sicheng.song@outlook.com>
Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
Co-authored-by: zane-neo <zaniu@amazon.com>
Co-authored-by: Xun Zhang <xunzh@amazon.com>1 parent 169df62 commit 8352e69Copy full SHA for 8352e69
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedFilter options
- build-tools
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedbuild-tools/repositories.gradle
Copy file name to clipboardExpand all lines: build-tools/repositories.gradle+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
33 |
| - | |
| 33 | + | |
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
|
0 commit comments