Runnable companion code for The Forward-Deployed Engineer Course.
Every code block you see in the course videos lives here, exactly as executed on screen — clone it, run it, break it, tune it.
bundle-2-the-ai-fde/
module-04-rag/ chunking, embeddings, retrieval, grounded answers
More modules land as the video lessons ship.
Python 3.10+. Each module folder has its own requirements.txt (kept minimal —
most demos are dependency-free on purpose).
git clone https://github.com/superkashyap/learnfde-code.git
cd learnfde-code/bundle-2-the-ai-fde/module-04-rag
python3 chunker.py sample_docs/acme_support_playbook.md© learnfde.dev · Companion material for course students. Not licensed for redistribution or commercial reuse.