A local Streamlit web application that converts natural language questions into SQL queries, executes them on a user-provided SQLite database, and displays the results. Powered by a quantized Defog ...
python fin_sql_executor.py --action preview --sql "SELECT * FROM table" python fin_sql_executor.py --action download --sql "SELECT * FROM table" --project-path /path ...