textSQL
textSQL copied to clipboard
[Feature Request] Chat interface to progressively build on queries
We envision users progressively building on their queries, instead of asking 1 time questions.
For example:
- User asks "What are the 5 wealthiest cities in CA?"
- CensusGPT responds with a SQL query, table, visualizer.
- User asks "Which of these have the highest percentage of people with advanced degrees?"
- CensusGPT refines original query, building on top of it to get the city with the highest population % with masters, professional school, doctorate degrees.
finished basic version of backend on dev
: https://github.com/caesarHQ/textSQL/commit/81ff7063dca4f0c883178c7383ac90b2ea09b494
let's go!