You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Open Data QnA python library enables you to chat with your databases by leveraging LLM Agents on Google Cloud. Open Data QnA enables a conversational approach to interacting with your data by implementing state-of-the-art NL2SQL / Text2SQL methods.
# text2sql-agentThis project creates an application for querying relational databases using an agent. The agent builds SQL queries, executes them, and returns responses in natural language for a conversational experience. 🐙✨## Folder Structure```plaintext📦 webinar_text2sql├── 📁 chatbot # Text-to-SQL