Skip to content

ES|QL Rerank Command #124337

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

Open
4 of 16 tasks
afoucret opened this issue Mar 7, 2025 · 2 comments
Open
4 of 16 tasks

ES|QL Rerank Command #124337

afoucret opened this issue Mar 7, 2025 · 2 comments
Assignees
Labels
>enhancement ES|QL-ui Impacts ES|QL UI >feature Meta priority:high A label for assessing bug priority to be used by ES engineers :Search Relevance/Search Catch all for Search Relevance Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch v9.1.0

Comments

@afoucret
Copy link
Contributor

afoucret commented Mar 7, 2025

Tracked in #123043

The RERANK command will be used to reorder the the result from a first pass query using a semantic reranker.

Usage example:

FROM movies METADATA _score
  | WHERE QSTR("star wars")
  | RERANK "star wars" ON title, overview=SUBSTRING(overview, 0, 100), actors WITH rerankerInferenceId

Development

Done:

WIP:

Follow-ups tasks

Tech debt

@elasticsearchmachine elasticsearchmachine added the needs:triage Requires assignment of a team area label label Mar 7, 2025
@afoucret afoucret self-assigned this Mar 7, 2025
@afoucret afoucret added Meta priority:high A label for assessing bug priority to be used by ES engineers Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch :Search Relevance/Search Catch all for Search Relevance v9.0.0 labels Mar 7, 2025
@elasticsearchmachine elasticsearchmachine removed the needs:triage Requires assignment of a team area label label Mar 7, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-search-relevance (Team:Search Relevance)

@afoucret afoucret mentioned this issue Mar 18, 2025
9 tasks
@ioanatia ioanatia added the ES|QL-ui Impacts ES|QL UI label Mar 19, 2025
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/kibana-esql (ES|QL-ui)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement ES|QL-ui Impacts ES|QL UI >feature Meta priority:high A label for assessing bug priority to be used by ES engineers :Search Relevance/Search Catch all for Search Relevance Team:Search Relevance Meta label for the Search Relevance team in Elasticsearch v9.1.0
Projects
None yet
Development

No branches or pull requests

3 participants