HACKER Q&A
📣 manoj_SprintsQ

How can I get cumulative answer after analysing 1000s of articles?


Hi all, I am new to building RAG application. I have no idea about how to make the LLM to answer with all the knowledge about 1000s of articles. Let's say I have 1000s of success stories about various businesses, now I want LLM to craft a winning strategy.


  👤 meiraleal Accepted Answer ✓
You would need to fine tune the model with the thousands of documents, RAG won't help you because the context window can't fit thousands of articles yet.