SonicWarrior1 / pdfchat

Local PDF Chat Application with Mistral 7B LLM, Langchain, Ollama, and Streamlit
MIT License
119 stars 40 forks source link

Develop Branch to Master Branch #13

Open theja0473 opened 2 months ago

theja0473 commented 2 months ago

Create unit tests for the app.py script using pytest, we need to focus on testing different functionalities like the session states, file upload, PDF loading, text splitting, vector store creation, and the QA chain. Since the script uses external libraries like LangChain and Streamlit, we'll mock the dependencies for proper testing.