<RAG> 2. Collecting RAG Data Using LLM
Friday, May 16, 2025
Scraping data will give us large volume of data in small time, but we need a way more structured type of data for the model to process if we’re going to use this data in the RAG dataset.
Summarizing this data by hand will take a very long time, so we will use the LLM to summarize our scraped data for us.
Coming up with a good data structure Funnily, one of the best usage of LLM is to as how to better use an LLM in a project.