Skip to content

[8.x] Add Minimal Service Settings to the Model Registry#120946

Merged
elasticsearchmachine merged 4 commits intoelastic:8.xfrom
jimczi:backport_120560
Jan 28, 2025
Merged

[8.x] Add Minimal Service Settings to the Model Registry#120946
elasticsearchmachine merged 4 commits intoelastic:8.xfrom
jimczi:backport_120560

Conversation

@jimczi
Copy link
Copy Markdown
Contributor

@jimczi jimczi commented Jan 27, 2025

Backports the following commits to 8.x:

This commit introduces minimal service settings in the model registry, accessible without querying the inference index.
These settings are now available for the default models exposed by the inference service.

The ability to access settings without an inference index query is needed for the semantic text field, as it would benefit from eager validation of configuration during field creation.
This is not feasible currently because retrieving service settings relies on an asynchronous call to the inference index.

### Follow-Up Plans:
1. Extend this capability to include minimal service settings for all newly added models, making them accessible via the cluster state.
2. Update the semantic text field to eagerly retrieve service settings directly from the model registry.
@jimczi jimczi added >non-issue :ml Machine learning backport auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) v8.18.0 labels Jan 27, 2025
@elasticsearchmachine elasticsearchmachine merged commit 7e03356 into elastic:8.x Jan 28, 2025
@jimczi jimczi deleted the backport_120560 branch January 28, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

auto-merge-without-approval Automatically merge pull request when CI checks pass (NB doesn't wait for reviews!) backport :ml Machine learning >non-issue v8.18.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants