LLM-driven SQL Questions-Answering Tool

In this project, I
- developed LLM-powered SQL query interface for “chatting” with PostgreSQL databases by automating SQL generation and natural language answering, significantly reducing query formulation time.
- engineered pipeline that auto-generates database schemas for new connections and flags potentially destructive SQL commands.
- used prompt engineering techniques to optimize model output and integrated both open-source and closed-source models with real-time streaming.