We created a tool that generates SQL and visualization from natural language.
Existing tools either
- Required database schema information to be copied and pasted one way or another
- Did not support SQL and / or did not provide visualization on the spot
We saw that OpenAI launched the CSV based tool, but there were no tools in the market where we could hook up our Postgres Database to automatically generate queries and create visualizations.
We borrowed previous work from LangChainAI regarding SQL generation and some additional engineering to automatically generate the chart from the SQL. Currently, any plot type from ChartJS is supported.
Let us know what you think!
Generate SQL from plain text using AI