Skip to content

rajsinghparihar/sql-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLLM Chat

Setup:

Download llm model file from here keep it in models/ directory.

Download data files from here keep them data/csv and data/db directories accordingly.

pip install -r requirements.txt

Running:

python app.py

Endpoints:

  • / -> Homepage (initializes the llm and sets up the service context)
  • /api/qna/<user_question> -> basic question and answering
  • /api/insights -> insight generation based on template questions

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages