SonicWarrior1 / pdfchat

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

Add support to multiple pdf files #7

Open AlessandroZavoli opened 6 months ago

AlessandroZavoli commented 6 months ago

Hi, it is possible to extend this approach to handle a small collection (1-50) of pdf files?

SonicWarrior1 commented 6 months ago

Yes it can surely be extended to support multiple pdf files but then we have to extend the context length for the llm and might also have to change the retrieval technique.