AKAbaho Katabarwainllmgraph.hashnode.dev·6h ago · 5 min readTurn a folder of PDFs into a question-answering API in an afternoonSomeone hands you 200 PDFs and asks for a "chatbot that knows this stuff." You could read all 200. Or you could build a small API that reads them for you and answers questions with citations. This pos00