Hacker News new | ask | show | jobs
by clarkmcc 974 days ago
Check out my little side project for chatting with PDFs. You should be able to load most models including this one. https://github.com/clarkmcc/chitchat
1 comments

This looks cool so can it be used to feed Website/Products data in CSV/JSON format and "chat" with it?
Pretty much! Right now it only supports md, pdf, txt, and html, but supporting additional formats is trivial: https://github.com/clarkmcc/chitchat/blob/main/src-tauri/src....