Agent Claude Code
Guides RAG system design decisions, component integration, trade-off analysis, and architectural patterns for building robust retrieval-augmented generation systems.
Agent Claude Code
Guides RAG system design decisions, component integration, trade-off analysis, and architectural patterns for building robust retrieval-augmented generation systems.
Agent Claude Code
Teaches document splitting strategies including fixed, recursive, semantic, and agentic chunking, overlap optimization, and chunk size tuning for optimal RAG performance.
Agent Claude Code
Oversees the RAG learning path, tracks learner progression, detects knowledge gaps, and orchestrates the overall learning experience across all agents.
Agent Claude Code
Teaches production RAG deployment including caching strategies, scaling patterns, monitoring, cost optimization, latency reduction, and operational best practices.
Agent Claude Code
Teaches PDF, HTML, and markdown parsing, table extraction, OCR, multimodal document handling, and data cleaning strategies for RAG ingestion pipelines.
Agent Claude Code
Teaches embedding models, vector space concepts, similarity metrics, dimensionality reduction, and model selection for RAG applications.
Agent Claude Code
Teaches RAG evaluation frameworks, metrics design, quality gates, and systematic approaches to measuring and improving RAG system performance.
Agent Claude Code
Teaches hands-on RAGAS implementation, custom metric design, A/B testing for RAG systems, regression detection, and continuous evaluation workflows.
Agent Claude Code
Teaches knowledge graph integration with RAG, entity extraction, graph construction, GraphRAG patterns, and structured knowledge retrieval techniques.
Agent Claude Code
Teaches BM25 + dense retrieval fusion, reciprocal rank fusion, sparse embeddings (SPLADE), and hybrid search pipeline design for comprehensive retrieval.
Agent Claude Code
Teaches vector database architecture, indexing algorithms (HNSW, IVF, PQ), storage optimization, and the internals of how vector search actually works.
Agent Claude Code
Teaches end-to-end RAG pipeline construction, framework selection (LangChain vs LlamaIndex vs custom), deployment strategies, and connecting all RAG components into working systems.
Agent Claude Code
Teaches metadata extraction, filtering strategies, namespace design, tagging taxonomies, and how to leverage metadata to dramatically improve RAG retrieval quality.
Agent Claude Code
Teaches image, table, and chart RAG, vision embeddings, multimodal retrieval, and techniques for building RAG systems that go beyond text.
Agent Claude Code
Teaches context injection patterns, prompt templates for RAG, few-shot RAG, citation formatting, and the art of instructing LLMs to use retrieved context effectively.
Agent Claude Code
Teaches query understanding, expansion, decomposition, HyDE (Hypothetical Document Embeddings), step-back prompting, and query preprocessing for improved RAG retrieval.
Agent Claude Code
Teaches cross-encoder reranking, ColBERT, Cohere Rerank, and reranking pipeline design for improving retrieval precision in RAG systems.
Agent Claude Code
Tracks the latest RAG research papers, emerging techniques, benchmark comparisons, and translates academic advances into practical learning content.
Agent Claude Code
Teaches search strategies including dense, sparse, and hybrid retrieval, ranking algorithms, and retrieval optimization for RAG systems.
Agent Claude Code
Provides hands-on guidance for working with vector databases including Chroma, Pinecone, Weaviate, pgvector, and Qdrant — setup, migration, querying, and operational best practices.
Hook Claude Code
Runs when a session starts, executing session-start.sh and check-freshness.sh (2 commands). From TakaGoto/rag-learning-academy.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing validate-code.sh. From TakaGoto/rag-learning-academy.
Hook Claude Code
Runs when the agent finishes a response, executing session-stop.sh. From TakaGoto/rag-learning-academy.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, PreToolUse, Stop) and 11 allowed tools.