Vali-98 / ChatterUI

Simple frontend for LLMs built in react-native.
GNU Affero General Public License v3.0
183 stars 13 forks source link

Feature: Chat with pdf/document #41

Open TrendingApp opened 3 weeks ago

TrendingApp commented 3 weeks ago

Could you add a feature where you can chat with a pdf/document and ask questions related to the pdf/document

Vali-98 commented 2 weeks ago

This is a rather complex feature due to several factors:

  1. Document parsing - currently unimplemented
  2. RAG - not impossible but does incur some level of calculation + difficulty in storage and searching

I do want this feature too, but it will probably be far off.

TrendingApp commented 2 weeks ago

Could you make it work with a text file instead of a pdf?

Vali-98 commented 2 weeks ago

No, this will still be a significant amount of work and will not be added soon.