appsmithorg / appsmith

Platform to build admin panels, internal tools, and dashboards. Integrates with 25+ databases and any API.
https://www.appsmith.com
Apache License 2.0
32.39k stars 3.5k forks source link

[Feature]: Generate sql queries via chatgpt #22849

Open shubhamsaxena7 opened 1 year ago

shubhamsaxena7 commented 1 year ago

Objective

writing good optimised sql queries is not a trivial task and can be greatly simplified by using LLM models

Screenshot 2023-04-30 at 12 20 28 PM

we should consider integrating with chatgpt to help users generate sql queries using normal chat inputs and they can then edit it later as per their needs. something like this

Screenshot 2023-04-30 at 12 21 52 PM
shubhamsaxena7 commented 1 year ago

we can also go the other way around wherein we use chatgpt to explain some of the complex queries in our templates,

Screenshot 2023-04-30 at 8 03 47 PM Screenshot 2023-04-30 at 8 04 46 PM