Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 722 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 722 Bytes

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