Skip to content

AShyamkumar19/RAG-2-SQL-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Financial Query Bot

This is essentially a Retrieval Augmented Genterator (RAG) model that generates sql queries. This program is to help non technical users be able to access MySQL databases. If a user want to query data from a MYSQL database, they can ask the model in English words on what data they want to access and the model reponds to the user by giving the proper SQL query.

For example:

  • Query: I want all the stocks that have an Opening price greater than 50.
  • Response: SELECT * FROM stock_data WHERE open > 50

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages