-
Notifications
You must be signed in to change notification settings - Fork 183
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Generate the ml namespace (#1158) * Generate ml.register_model_group * Start neural search sample * Re-generate ShardStatistics * Re-generate ShardFailure * Re-generate Result * Re-generate WriteResponseBase * Generate ml.delete_model_group * Generate ml.register_model * Exclude legacy license from ml namespace * Generate ml.get_task * Generate ml.delete_task * Generate ml.delete_model * Generate ml.deploy_model * Generate ml.undeploy_model * Complete neural search sample * Generate ml.get_model * Add changelog entry * note * Fix tests --------- * Fix copy-paste mistake in NeuralSearch sample (#1161) * Support Radial Search Add minScore, maxDistance parameters to KnnQuery in order to support Radial Search, which was introduced in OpenSearch 2.14 https://opensearch.org/docs/latest/search-plugins/knn/radial-search-knn/ * Update CHANGELOG.md * Update changelog post releasing 2.14.0 (#1162) (#1167) (cherry picked from commit 2a362a6) * Reduce required release approvals (#1168) --------- (cherry picked from commit 3902aef) Signed-off-by: Thomas Farr <tsfarr@amazon.com> Signed-off-by: Alex Keeler <akeeler4227@gmail.com> Signed-off-by: alex-keeler <59743435+alex-keeler@users.noreply.github.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Thomas Farr <tsfarr@amazon.com>
- Loading branch information
1 parent
4a5660a
commit 80c3e22
Showing
4 changed files
with
71 additions
and
9 deletions.
There are no files selected for viewing
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
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
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
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