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
Thanks to the recent work by @phillip-kruger that introduced the new Assistant functionality in #47756, we can now improve Hibernate ORM's Dev UI to take advantage of LLMs to interact with the existing Hibernate model and its underlying data through natural language.
In particular, we would like to introduce capabilities of query execution (generating HQL from a natural language request) and data interpretation (feeding back extracted data to the assistant) in the HQL console (#46728).
Implementation ideas
We can take advantage of this new module in hibernate-tools dedicated to natural language utilities to bridge the gap between Hibernate ORM and the dev-assistant.