A Streamlit-based Text-to-SQL Retrieval-Augmented Generation (RAG) Query assistant that allows users to query a SQLite database using natural language. The system generates SQL queries automatically, ...
👋 Introduction Text-to-SQL (or Text2SQL), as the name implies, is to convert text into SQL. A more academic definition is to convert natural language problems in the database field into structured ...