After cloning, create data/indexed/ folder.
Paste the raw dataset to data/ before processing it.
Setup.
Python 3.10+ required.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Run chatbot ui.
streamlit run app.py (it might take a while to load a page due to model size)
Visit localhost:8501.
Done!