RAG-learning
Hands-on RAG tutorials, strategy demos, and evaluation projects
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install RAG-learning?โผ
Run `npx skills add BeamusWayne/RAG-learning --all -g -y` in your terminal to install all skills in this repository globally.
What can I learn from RAG-learning?โผ
You learn retrieval-augmented generation from scratch, including document chunking, embeddings, vector search, and advanced strategies like HyDE, CRAG, Self-RAG, and GraphRAG through runnable demos.
How to compare different RAG strategies?โผ
The MultiLevelRAG project provides a Streamlit app that routes questions across five RAG strategies and shows their answers side by side for direct comparison.
Does RAG-learning work with Claude Code and Cursor?โผ
Yes. The included AGENTS.md and CLAUDE.md files give coding agents clear routing and verification rules, so they work reliably in Claude Code, Cursor, and Codex.
Is RAG-learning suitable for beginners?โผ
Yes. It starts with a 9-module primer and 31 gradual LangChain examples, then progresses to production-level projects, so no prior RAG experience is required.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides