Hacker News new | ask | show | jobs
by mcsgroi 163 days ago
That makes sense.

I am curious what you are using for indexing and how you typically search through the scanned content. Is it mostly keyword based search, or do you have any way of surfacing things beyond exact matches?

1 comments

Digital files go into a Dropbox folder, that folder is exposed for RAG to enable querying with an LLM. I can also get to the raw PDFs through the Dropbox web interface and mobile app.
Interesting - thanks for sharing.