I am requesting the implementation of a feature that allows users to input natural language questions, which are then converted into SQL queries by an LLM. The generated query should be executed on the database to fetch records (up to 10 by default, configurable). If the user's question includes a request for a chart, the results should be plotted using Plotly or another suitable library.
A bounty will be offered for this feature, and a pull request will be created upon approval.
I am requesting the implementation of a feature that allows users to input natural language questions, which are then converted into SQL queries by an LLM. The generated query should be executed on the database to fetch records (up to 10 by default, configurable). If the user's question includes a request for a chart, the results should be plotted using Plotly or another suitable library.
A bounty will be offered for this feature, and a pull request will be created upon approval.