Merged
Conversation
9d2471e to
fae22df
Compare
…esql-reranker-boostrap
…esql-reranker-boostrap
…esql-reranker-boostrap
…esql-reranker-boostrap
…esql-reranker-boostrap
…esql-reranker-boostrap
…esql-reranker-boostrap
…renceServicePlugin
…esql-reranker-boostrap
added 2 commits
April 4, 2025 14:02
afoucret
commented
Apr 4, 2025
dnhatn
added a commit
that referenced
this pull request
Apr 7, 2025
If the clusters don't support inference test services, skip tests that require inference services. Hence, we should check for rerank tests. Relates #123074
andreidan
pushed a commit
to andreidan/elasticsearch
that referenced
this pull request
Apr 9, 2025
17 tasks
afoucret
pushed a commit
to afoucret/elasticsearch
that referenced
this pull request
Jun 4, 2025
If the clusters don't support inference test services, skip tests that require inference services. Hence, we should check for rerank tests. Relates elastic#123074
dnhatn
added a commit
to dnhatn/elasticsearch
that referenced
this pull request
Jun 5, 2025
If the clusters don't support inference test services, skip tests that require inference services. Hence, we should check for rerank tests. Relates elastic#123074
dnhatn
added a commit
that referenced
this pull request
Jun 5, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implementation of the
RERANKcommandCommand syntax
where
query textis a constant string (can use a param instead?queryText)ONclause contains one or several field separated by commaON title, description=overview)ON title, short_description=SUBSTRING(description,0 100))WITHthe name of inference endpoint to be used for reranking. The inference endpoint task type has to bererankDone:
Follow-up: