RamiAwar / dataline

Chat with your data - AI data analysis and visualization on CSV, Postgres, MySQL, Snowflake, SQLite...
https://dataline.app
GNU General Public License v3.0
502 stars 49 forks source link

S6.2 - Improve explorative abilities #108

Closed RamiAwar closed 3 months ago

RamiAwar commented 4 months ago

Currently asking explorative questions about the schema will break the flow.

Need to redesign the flow in some way that allows this, even if hacky. We don't have much time before beta release to redesign it completely, so will have to suffice.

Solution

If question asked about schema, then no need to try and generate SQL. And in the response, no need to execute anything. Update prompt to make it easier to answer questions about schemas and tables.

Also look into agents.

RamiAwar commented 3 months ago

Agents exploration complete, results look good. Time to integrate!