#Text to SQL to Visualization

2 messages · Page 1 of 1 (latest)

lament hare
#

https://aisqlgen.com

We created a tool that generates SQL and visualization from natural language.

Existing tools either

  1. Required database schema information to be copied and pasted one way or another
  2. 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!

stuck marsh
#

This looks great. I see in the demo that the database is a little simple. how does it work for multiple tables with varying information?