--- title: Chat With Your Document emoji: 🏆 colorFrom: gray colorTo: green sdk: streamlit sdk_version: 1.30.0 app_file: PDF_chatbot.py pinned: false --- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference # Langchain series This project was aimed at learning more about large language models and how to use them via langchain. It contains: - Notebooks dedicated to learning how to use LangChain. - a streamlit application which allows a user to query a self-uploaded PDF document For my blog post on this project, go [here](https://slender-nutria-bf6.notion.site/Chat-with-your-document-app-b141d8c1c7bd4f3cb812316315186f23?pvs=4). ## Running instructions If you'd like to run these notebooks and the application locally, install a python virtual environment using the environment.yaml file provided. Then, to run the app, run: streamlit run PDF_chatbot.py in your terminal.