Hacker News new | ask | show | jobs
Ask HN: How can I get cumulative answer after analysing 1000s of articles?
1 points by manoj_SprintsQ 742 days ago
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.
1 comments

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.