Simple tool to upload a pdf file and ask a question about it.
Original source code is from the short course - https://www.deeplearning.ai/short-courses/langchain-chat-with-your-data/
- The file upload utility in
Configuretab does not work. I am just copying over the pdf file to./docs/inputdirectory. - The conversation window does not scroll, we might need to refresh the whole page once to see new content
- Copy PDF to
/docs/input - Download models and save them to
/modelsdirectory (orca-mini-3b is from here) - Install python modules with
pip install -r requirements.txt(I am using Python 3.9.16) - Run
panel serve main.py --show



