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

Support Radial Search #1166

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Commits on Aug 29, 2024

  1. Generate the ml namespace (opensearch-project#1158)

    * Generate ml.register_model_group
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Start neural search sample
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Re-generate ShardStatistics
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Re-generate ShardFailure
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Re-generate Result
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Re-generate WriteResponseBase
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Generate ml.delete_model_group
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Generate ml.register_model
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Exclude legacy license from ml namespace
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Generate ml.get_task
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Generate ml.delete_task
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Generate ml.delete_model
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Generate ml.deploy_model
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Generate ml.undeploy_model
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Complete neural search sample
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Generate ml.get_model
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Add changelog entry
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * note
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Fix tests
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    ---------
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    Signed-off-by: Alex Keeler <akeeler4227@gmail.com>
    Xtansia authored and alex-keeler committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a0a492f View commit details
    Browse the repository at this point in the history
  2. Fix copy-paste mistake in NeuralSearch sample (opensearch-project#1161)

    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    Signed-off-by: Alex Keeler <akeeler4227@gmail.com>
    Xtansia authored and alex-keeler committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c952fd0 View commit details
    Browse the repository at this point in the history
  3. 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 <akeeler4227@gmail.com>
    alex-keeler committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    11c6019 View commit details
    Browse the repository at this point in the history
  4. Update CHANGELOG.md

    Signed-off-by: alex-keeler <59743435+alex-keeler@users.noreply.github.com>
    Signed-off-by: Alex Keeler <akeeler4227@gmail.com>
    alex-keeler committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0aec1db View commit details
    Browse the repository at this point in the history
  5. Update changelog post releasing 2.14.0 (opensearch-project#1162) (ope…

    …nsearch-project#1167)
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    (cherry picked from commit 2a362a6)
    Xtansia authored and alex-keeler committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e00eac5 View commit details
    Browse the repository at this point in the history
  6. Reduce required release approvals (opensearch-project#1168)

    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    Signed-off-by: Alex Keeler <akeeler4227@gmail.com>
    Xtansia authored and alex-keeler committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    72787ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a88ee27 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge branch 'main' into radial-search

    Signed-off-by: alex-keeler <59743435+alex-keeler@users.noreply.github.com>
    alex-keeler committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c76761a View commit details
    Browse the repository at this point in the history