Skill
Retrieve then generate. Garbage retrieval is garbage generation.
Curated resources
Scores are LearnPath editorial opinions (clarity, cost, freshness, project density) — not an objective ranking. Every YouTube item is embedded officially after a click-to-load facade.
Hugging Face8h
Free. Chapters 1–4 cover the stack you will actually use.
10 minFastest pathIBM Technology10 min
Ten minutes that explain what a vector database does, how similarity search works and when a library like FAISS is enough instead. The right orientation before choosing infrastructure.
1h 44mProject-basedfreeCodeCamp.org1h 44m
A 2025 freeCodeCamp build that takes an AI feature all the way to a deployed service — model calls, API layer, container, deployment. The clearest demonstration of the difference between a notebook demo and a production AI application.
2h 33mProject-basedfreeCodeCamp.org2h 33m
Two and a half hours from a LangChain engineer that go well past naive RAG — query rewriting, routing, multi-index retrieval, re-ranking — with runnable notebooks. The technical depth layer after a first RAG course.
36 minLearnPath pickfreeCodeCamp.org36 min
Thirty-six minutes that build a working question-answering assistant on embeddings, including the chunking and similarity decisions that make or break results. Concrete enough to reuse the architecture immediately.
59 minBest for beginnersKodeKloud59 min
Fifty-nine minutes published September 2025 that walk the full RAG loop — ingest, chunk, embed, retrieve, generate, evaluate — with the failure modes named as they appear. The most current short RAG course verified.
Krish Naik4h 11m
Eight videos covering RAG end to end with LangChain and vector stores — a compact playlist for learners who prefer many short sessions to one long video.