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

Deprecate the _knn_search endpoint #88828

Merged
merged 6 commits into from Aug 3, 2022
Merged

Commits on Jul 26, 2022

  1. Deprecate the _knn_search endpoint

    This change deprecates the kNN search API in favor of the new 'knn' option
    inside the search API. The 'knn' option is now the preferred way of performing
    kNN search.
    jtibshirani committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    9598750 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11cd826 View commit details
    Browse the repository at this point in the history
  3. Update the changelog

    jtibshirani committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    2173e8f View commit details
    Browse the repository at this point in the history
  4. Fix changelog validation

    jtibshirani committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    73f28a2 View commit details
    Browse the repository at this point in the history
  5. Fix test failures

    jtibshirani committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    61425bb View commit details
    Browse the repository at this point in the history
  6. Make vector field usage test more robust

    This test just failed the PR build.
    jtibshirani committed Jul 26, 2022
    Configuration menu
    Copy the full SHA
    deb9e1f View commit details
    Browse the repository at this point in the history