cztomsik / ava

All-in-one desktop app for running LLMs locally.
https://avapls.com
Other
400 stars 15 forks source link

RAG (read PDFs and other documents) #9

Open thisandthat1 opened 8 months ago

thisandthat1 commented 8 months ago

To enable more usability, can we add a feature to upload the docs and let the model understand the same, so that we can chat about the document.

Document formats like .txt, .docx, .csv, .pdf

cztomsik commented 8 months ago

this is planned, .txt (and images) will happen first

cztomsik commented 5 months ago

This will first happen with BM25 (classic fulltext) and then also with embeddings.

There will be 2 versions of this

1) per-session RAG with uploaded PDF (scope of the original ticket)

2) global section, called datasets/datasources, where you upload files (or select folders) and it will be available for chatting (and namespaced, so you can also select which source(s) to use)