cztomsik / ava

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

RAG (read PDFs and other documents) #9

Open thisandthat1 opened 11 months ago

thisandthat1 commented 11 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 11 months ago

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

cztomsik commented 7 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)