You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This proposal suggests migrating the recently added Query Assistant feature from the core query-enhancement plugin to the dashboards-assistant plugin.
Reason
As the dashboards-assistant plugin is intended to serve as a central hub for OSD AI-related functionalities, consolidating the Query Assistant feature within this plugin will provide several benefits:
By grouping all AI-related features and APIs under a single plugin, we can reduce the maintenance efforts, ensuring consistent API contracts across all AI functionalities.
Users will have a single, clear location to find all AI-driven enhancements. This will improve the discoverability and usability of these features.
Moving the feature to a dedicated plugin reduces the complexity of the core query-enhancement plugin. This can help reduce potential dependencies between plugins.
Plan
Migrate and refactor the current query-assistant feature in core query_enhancement plugin to dashboards-assistant plugin.
Remove the query-assistant feature related implementations in core.
How to deal with the query-assistant feature in Observability plugin?
For now I would prefer to keep Observability plugin as is with mostly maintenance changes, and we should encourage users to use Discover for query assist. If in the future there are plans to integrate with more plugins, maybe dashboards-assistant can expose the query assist component or some hooks to interact with ML-Commons agent for other plugins to consume, and we can see if it would be easier to refactor Observability plugin to use those.
Overview
This proposal suggests migrating the recently added Query Assistant feature from the core query-enhancement plugin to the dashboards-assistant plugin.
Reason
As the dashboards-assistant plugin is intended to serve as a central hub for OSD AI-related functionalities, consolidating the Query Assistant feature within this plugin will provide several benefits:
Plan
Question
The text was updated successfully, but these errors were encountered: