Ask HN: Best LLM Stack for Q&A over Internal PDFs?
https://news.ycombinator.com/item?id=43201627I'm looking to build an LLM-based chatbot that can answer questions using a set of internal PDF documents. Has anyone worked on a similar use case with good success? What approach and LLM stack did you use to solve this - RAG (Retrieval-Augmented Generation), fine-tuning, or embedding-based search?