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] Add support for approximate k-NN queries #559

Merged
merged 2 commits into from
Jul 5, 2023

Commits on Jul 5, 2023

  1. Add support for approximate k-NN queries (#548)

    * Add Knn query type
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Integration test
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Checkstyle fix
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Run unreleased test
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Fixes
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Assume knn plugin installed
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Changelog
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    * Add to QueryBuilders
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    
    ---------
    
    Signed-off-by: Thomas Farr <tsfarr@amazon.com>
    Signed-off-by: Thomas Farr <xtansia@xtansia.com>
    (cherry picked from commit f427f27)
    Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    8feb0c8 View commit details
    Browse the repository at this point in the history
  2. Fixing compile errors

    Signed-off-by: Vacha Shah <vachshah@amazon.com>
    VachaShah committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f606a27 View commit details
    Browse the repository at this point in the history