-
Notifications
You must be signed in to change notification settings - Fork 25.2k
ES|QL - Completion command #124405
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
Comments
Pinging @elastic/es-search-relevance (Team:Search Relevance) |
Pinging @elastic/search-eng (Team:SearchOrg) |
Pinging @elastic/search-relevance (Team:Search - Relevance) |
👋 This is great to see. Aligns really well with what we're proposing here |
@Mikaayenson Also, the implementation will be using the ES|QL inference infrastructure we have created for the Rerank command command which should be merged very soon as a tech preview (see PR here #123074). |
I have to say I much prefer the original COMPLETION proposal that was working row by row:
If we want to use chat completion on aggregate values, we should just add that as an option to |
@afoucret / @ioanatia thanks for the conversation today! I've gone ahead and linked this PR to the RFC This proposal aligns well with the upcoming COMPLETION ESQL command that has different syntax but generally meets the needs, with a few caveats that will be sidelined for now.
|
Pinging @elastic/kibana-esql (ES|QL-ui) |
Tracked in #123043
The completion command will be used to execute a completion through an LLM using ES}QL.
Command grammar
where
Usage example:
Row by row
Aggregated rows:
Development
The text was updated successfully, but these errors were encountered: