Overview
Syllabus
- Course Overview: Building Integrated AI Systems
- The Simplest Explanation of RAG
- Real-world Use Case: Internal Policy Chatbot
- Understanding Retrieval, Augmenting, and Generation
- When to use Prompt Engineering, Fine-Tuning, or RAG
- Solving Voice and Style with Fine-Tuning
- Why RAG is Best for Dynamic Factual Information
- Keyword Search Techniques: TF-IDF and BM25
- Hands-on Lab 1: Basic Search and Keyword Limitations
- Introduction to Semantic Search and Meaning
- Embedding Models: Parameter Size and Local vs. API Models
- How Embeddings Convert Text into Mathematical Vectors
- Vector Similarity and the Dot Product
- Hands-on Lab 2: Implementing Semantic Search with Embedding Models
- Scaling with Vector Databases: Chroma and Pinecone
- Indexing Algorithms: HNSW, IVF, and LSH
- Hands-on Lab 3: Initializing and Querying a Vector Database
- The Precision Problem: Why Document Chunking is Essential
- Chunking Strategies: Fixed-size, Overlap, and Boundary Rules
- Hands-on Lab 4: Document Chunking and Optimized Retrieval
- Bringing it All Together: The RAG Pipeline
- Hands-on Lab 5: Building a Complete End-to-End RAG Pipeline
- Production Concerns: Caching, Monitoring, and Error Handling
- Implementation Strategies for Query, Embedding, and LLM Caching
- Essential Metrics for Tracking RAG Performance
- Production Architecture: Microservices on Kubernetes
- Introduction to Model Context Protocol MCP
- The Role of AI Agents in Action-Oriented Systems
- Why We Need Standardized Tools for Third-Party Interactions
- MCP Architecture: Clients, Servers, and Local vs. Remote Hosting
- Hands-on Lab 6: Setting up the AI Assistant Environment
- Core MCP Components: Resources, Tools, and Prompts
- Understanding the MCP Specification and JSON-RPC Protocol
- Hands-on Lab 7: Connecting to and Using an Existing MCP Server
- Building a Custom MCP Server with the Python SDK
- Testing with the MCP Inspector
- Hands-on Lab 8: Developing Resources, Tools, and Prompts for MCP
- Building an MCP Client: Roots, Sampling, and Elicitation
Taught by
freeCodeCamp.org
Reviews
5.0 rating, based on 1 Class Central review
-
Learned So much from this course! Learned the Fundamentals of RAG, Prompt Stuffing, and stuff like that.