alexrozanski/LlamaChat

Suggestion add feature to LlamaChat - upload any type of document

Opened this issue · 4 comments

Is it possible to add a feature to LlamaChat that allows users to upload any type of document and multi document (PDF, long PDF, docs, excel, etc.) and then chat with running local llm? This feature would enhance privacy, as compared to using online services like chat with OpenAI API, which may not be safe for confidential company or project-related documents such as PDFs or budget reports in Excel.

Hey @marxo126, I'm not sure what you mean — as context for the model?

@alexrozanski example:

https://github.com/mayooear/gpt4-pdf-chatbot-langchain

https://www.youtube.com/watch?v=ih9PBGVVOO4 from 00:03

https://github.com/mukulpatnaik/researchgpt

I would be like add a feature to LlamaChat that allows it to read PDF files locally without the need for the OpenAI API. I hope that clarifies what I meant.

@marxo126 Interesting! Will definitely need to have more of a look into this and how this could work in the context of LLaMA models