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

[Backport 2.x] Support Radial Search #1240

Merged
merged 1 commit into from
Oct 22, 2024
Merged

Conversation

opensearch-trigger-bot[bot]
Copy link
Contributor

Backport 3902aef from #1166.

* Generate the ml namespace (#1158)

* Generate ml.register_model_group

Signed-off-by: Thomas Farr <[email protected]>

* Start neural search sample

Signed-off-by: Thomas Farr <[email protected]>

* Re-generate ShardStatistics

Signed-off-by: Thomas Farr <[email protected]>

* Re-generate ShardFailure

Signed-off-by: Thomas Farr <[email protected]>

* Re-generate Result

Signed-off-by: Thomas Farr <[email protected]>

* Re-generate WriteResponseBase

Signed-off-by: Thomas Farr <[email protected]>

* Generate ml.delete_model_group

Signed-off-by: Thomas Farr <[email protected]>

* Generate ml.register_model

Signed-off-by: Thomas Farr <[email protected]>

* Exclude legacy license from ml namespace

Signed-off-by: Thomas Farr <[email protected]>

* Generate ml.get_task

Signed-off-by: Thomas Farr <[email protected]>

* Generate ml.delete_task

Signed-off-by: Thomas Farr <[email protected]>

* Generate ml.delete_model

Signed-off-by: Thomas Farr <[email protected]>

* Generate ml.deploy_model

Signed-off-by: Thomas Farr <[email protected]>

* Generate ml.undeploy_model

Signed-off-by: Thomas Farr <[email protected]>

* Complete neural search sample

Signed-off-by: Thomas Farr <[email protected]>

* Generate ml.get_model

Signed-off-by: Thomas Farr <[email protected]>

* Add changelog entry

Signed-off-by: Thomas Farr <[email protected]>

* note

Signed-off-by: Thomas Farr <[email protected]>

* Fix tests

Signed-off-by: Thomas Farr <[email protected]>

---------

Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Alex Keeler <[email protected]>

* Fix copy-paste mistake in NeuralSearch sample (#1161)

Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Alex Keeler <[email protected]>

* 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/

Signed-off-by: Alex Keeler <[email protected]>

* Update CHANGELOG.md

Signed-off-by: alex-keeler <[email protected]>
Signed-off-by: Alex Keeler <[email protected]>

* Update changelog post releasing 2.14.0 (#1162) (#1167)

Signed-off-by: Thomas Farr <[email protected]>
(cherry picked from commit 2a362a6)

* Reduce required release approvals (#1168)

Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Alex Keeler <[email protected]>

---------

Signed-off-by: Thomas Farr <[email protected]>
Signed-off-by: Alex Keeler <[email protected]>
Signed-off-by: alex-keeler <[email protected]>
Co-authored-by: Thomas Farr <[email protected]>
(cherry picked from commit 3902aef)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
@Xtansia Xtansia merged commit 80c3e22 into 2.x Oct 22, 2024
97 of 98 checks passed
@github-actions github-actions bot deleted the backport/backport-1166-to-2.x branch October 22, 2024 01:43
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.

1 participant