SonicWarrior1 / pdfchat

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

add file extension checking and processed marker in case of page refresh #12

Open vegita opened 2 months ago

vegita commented 2 months ago

The automatic addition of '.pdf' did not work for me, as the extension is already included when I upload from Windows. I also added a flag to check if a file has been processed in case the page is refreshed.