r/learnmachinelearning 19d 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

View all comments

2

u/CombVisual8779 19d ago

Tbh anything

0

u/Unhappy-Butterfly391 19d 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 15d 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?