Restrict llm selection in the Ai::FeatureSetting model
What does this MR do and why?
Restrict llm selection in the Ai::FeatureSetting model
Change: added EE: true
This change introduces a metadata file that provides information about each feature available in Ai::FeatureSetting, such as its title, main feature, compatible models, and release state. Additionally, we use those metadata in validations to ensure that the selected self-hosted model llm is compatible with the chosen feature.
Related to #482025 (closed)
See #482025 (comment 2086521029) for more information about the change of the original implementation plan
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.