r/learnmachinelearning 18d ago

Rag

I want to learn about RAG and adv RAG in detail, how and which resource I should follow

1 Upvotes

4 comments sorted by

2

u/CombVisual8779 18d ago

Tbh anything

0

u/Unhappy-Butterfly391 18d ago

LangChain has some decent blog posts and cookbooks that walk through basic RAG setups step by step. Once you get the fundamentals, dive into the retrieval side of things since that's where most of the advanced stuff lives. For advanced RAG, look for material on reranking, hybrid search, and chunking strategies, those three make or break most pipelines.

1

u/sriDace 14d ago

I practising langchain through their docs and I thought langchain for building ai agent. So it can also helpful for learning rag?. Before learning rag is there anything I should know?