datnnt1997 / sql-chatbot

https://darkngo.ghost.io/sql-chatbot-with-llm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SQL Chatbot with LLM

Code by Trong-Dat Ngo.

Introductions

Inspired by SQL Agent with its capabilities of automating construction sql qeury, execution, error self-correction, and response transformation while also overcoming its limitations like the inability to intervene in the thought process during execution, as well as the limits of context windows which could pose problems for large databases. My architecture revisits the core mechanism of SQL Agent, while enhancing customizability and extending the capability to handle large data and wider tables.

Coming soon

  • Design the architecture
  • Choose the database for the experiment
  • Implement the architecture
  • Test the architecture
  • Write the report

About

https://darkngo.ghost.io/sql-chatbot-with-llm/


Languages

Language:Jupyter Notebook 100.0%