[ML] Inference endpoints UI: Adds tech preview for rerank preconfig endpoint#235222
Merged
alvarezmelissa87 merged 1 commit intoelastic:mainfrom Sep 16, 2025
Merged
Conversation
| inferenceId.startsWith('.') && | ||
| service === ServiceProviderKeys.elastic) || | ||
| (modelId === 'multilingual-embed-v1' && | ||
| ((modelId === 'multilingual-embed-v1' || modelId === 'rerank-v1') && |
Contributor
Author
There was a problem hiding this comment.
Note: I know this is adding more complexity than is ideal but this logic will be simplified once this change goes in #233783
timgrein
approved these changes
Sep 16, 2025
Contributor
💚 Build Succeeded
Metrics [docs]Async chunks
Saved Objects .kibana field count
|
baileycash-elastic
pushed a commit
to baileycash-elastic/kibana
that referenced
this pull request
Sep 16, 2025
…dpoint (elastic#235222) ## Summary Related issue: elastic/search-team#10982 Ensures Tech Preview badge is shown for the default inference endpoint. <img width="1741" height="703" alt="image" src="https://github.com/user-attachments/assets/76bacfd2-b3f6-4113-8f25-d2766807b63c" /> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
Contributor
|
Pinging @elastic/ml-ui (:ml) |
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Sep 24, 2025
…dpoint (elastic#235222) ## Summary Related issue: elastic/search-team#10982 Ensures Tech Preview badge is shown for the default inference endpoint. <img width="1741" height="703" alt="image" src="https://github.com/user-attachments/assets/76bacfd2-b3f6-4113-8f25-d2766807b63c" /> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
niros1
pushed a commit
that referenced
this pull request
Sep 30, 2025
…dpoint (#235222) ## Summary Related issue: elastic/search-team#10982 Ensures Tech Preview badge is shown for the default inference endpoint. <img width="1741" height="703" alt="image" src="https://github.com/user-attachments/assets/76bacfd2-b3f6-4113-8f25-d2766807b63c" /> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
rylnd
pushed a commit
to rylnd/kibana
that referenced
this pull request
Oct 17, 2025
…dpoint (elastic#235222) ## Summary Related issue: elastic/search-team#10982 Ensures Tech Preview badge is shown for the default inference endpoint. <img width="1741" height="703" alt="image" src="https://github.com/user-attachments/assets/76bacfd2-b3f6-4113-8f25-d2766807b63c" /> ### Checklist Check the PR satisfies following conditions. Reviewers should verify this PR satisfies this list as well. - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios
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.
Summary
Related issue: https://github.com/elastic/search-team/issues/10982
Ensures Tech Preview badge is shown for the default inference endpoint.
Checklist
Check the PR satisfies following conditions.
Reviewers should verify this PR satisfies this list as well.