LangChain Chatbot for multiple PDFs
conda create -n chat-with-pdfs python==3.10.0
conda activate chat-with-pdfs
- Clone Repository
git clone https://github.com/Zeeshann1/langchain-chat-multiple-pdfs.git
cd langchain-chat-multiple-pdfs
- Install Requirements
pip install -r requirements.txt
- Run app.py
streamlit run app.py
- https://medium.com/@vikrambhat2/building-a-rag-system-and-conversational-chatbot-with-custom-data-793e9617a865
- https://medium.com/@ingridwickstevens/langchain-chat-with-your-data-qdrant-ollama-openai-913020ec504b
- https://github.com/a-asif153/chatGPT-multiple-PDF-files/tree/master
- https://github.com/alejandro-ao/ask-multiple-pdfs
- https://github.com/alejandro-ao/langchain-ask-pdf
- https://www.youtube.com/watch?v=dXxQ0LR-3Hg
- https://github.com/mrzaid/Chatbot-for-PDF