textSQL icon indicating copy to clipboard operation
textSQL copied to clipboard

[Feature Request] Chat interface to progressively build on queries

Open alex-sun-kuo opened this issue 1 year ago • 2 comments

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 avatar Mar 14 '23 21:03 alex-sun-kuo

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

alex-sun-kuo avatar Mar 15 '23 00:03 alex-sun-kuo

let's go!

asaprahul avatar Mar 15 '23 02:03 asaprahul