Skip to content

ES|QL Rerank Command #124337

Open
1 of 4 issues completed
Open
1 of 4 issues completed
@afoucret

Description

@afoucret

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

Sub-issues

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions