caesarHQ / textSQL

https://censusgpt.com
MIT License
1.55k stars 157 forks source link

[Feature Request] Chat interface to progressively build on queries #97

Open alex-sun-kuo opened 1 year ago

alex-sun-kuo commented 1 year ago

We envision users progressively building on their queries, instead of asking 1 time questions.

For example:

  1. User asks "What are the 5 wealthiest cities in CA?"
  2. CensusGPT responds with a SQL query, table, visualizer.
  3. User asks "Which of these have the highest percentage of people with advanced degrees?"
  4. CensusGPT refines original query, building on top of it to get the city with the highest population % with masters, professional school, doctorate degrees.
alex-sun-kuo commented 1 year ago

finished basic version of backend on dev: https://github.com/caesarHQ/textSQL/commit/81ff7063dca4f0c883178c7383ac90b2ea09b494

asaprahul commented 1 year ago

let's go!