Chat with your PDF is the rag project which is build with:
- Langchain: the RAG framework
- OpenAI: the LLM model
- Streamlit: the python UI for chatbot project
Run on python: 3.11.x
Use the package manager pip to install foobar.
pip install -r requirements.txt
Before run the app, you need to input the OpenAI key into the .env
file
streamlit run Chatbot.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.