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