-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Update knn search and query template autocomplete #207187
Update knn search and query template autocomplete #207187
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for updating these autocomplete definitions @carlosdelest! Changes lgtm, tested in Console.
Starting backport for target branches: 8.x /~https://github.com/elastic/kibana/actions/runs/12872982005 |
(cherry picked from commit 1dc2aca)
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
…07247) # Backport This will backport the following commits from `main` to `8.x`: - [Update knn search and query template autocomplete (#207187)](#207187) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](/~https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Carlos Delgado","email":"6339205+carlosdelest@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-01-20T17:18:58Z","message":"Update knn search and query template autocomplete (#207187)","sha":"1dc2aca8ee7692a61218039b3747e8e305ace0c4","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:enhancement","Feature:Dev Tools","v9.0.0","Team:Search","auto-backport","backport:prev-minor","v8.18.0"],"title":"Update knn search and query template autocomplete","number":207187,"url":"/~https://github.com/elastic/kibana/pull/207187","mergeCommit":{"message":"Update knn search and query template autocomplete (#207187)","sha":"1dc2aca8ee7692a61218039b3747e8e305ace0c4"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"/~https://github.com/elastic/kibana/pull/207187","number":207187,"mergeCommit":{"message":"Update knn search and query template autocomplete (#207187)","sha":"1dc2aca8ee7692a61218039b3747e8e305ace0c4"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Carlos Delgado <6339205+carlosdelest@users.noreply.github.com>
Summary
Does what it says on the tin - updates autocomplete for knn search and knn query with vector rescoring introduced in elastic/elasticsearch#119835
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.
release_note:*
label is applied per the guidelines