Live Workshop ยท Limited Seats

RAG Workshop
From Zero to Production

One-day intensive, hands-on workshop. Build production-ready Retrieval-Augmented Generation pipelines with Python, LangChain, OpenAI & ChromaDB.

๐Ÿ“…28 March 2026
โฐ10:00 AM โ€“ 7:00 PM IST
๐Ÿ’ปLive Online (Zoom)
Register Now โ€” โ‚น10,000

Inclusive of all materials, exercises & lifetime access to recordings

What You'll Learn

6 comprehensive modules taking you from RAG fundamentals to production-grade systems โ€” with hands-on exercises in every module.

๐Ÿงฉ

RAG Architecture

Understand the complete Retrieve-Augment-Generate pipeline from first principles.

๐Ÿ“„

Document Processing

Master chunking strategies, metadata enrichment, and handling real-world document formats.

๐Ÿ”

Embeddings & Vector Stores

Choose the right embedding model, build indexes with ChromaDB, Pinecone & pgvector.

๐Ÿš€

Production RAG Pipeline

Build an end-to-end Q&A bot with prompt engineering, conversation memory, and retrieval tuning.

โšก

Advanced Retrieval

HyDE, hybrid search, reranking, parent-child chunking, and agentic RAG patterns.

๐Ÿ“Š

Evaluation & Production

RAGAS metrics, benchmarking, latency optimization, caching, and observability.

Detailed Schedule

9 hours of intensive, hands-on learning โ€” lecture, demo & exercise in every module.

10:00 โ€“ 10:30Kickoff & Environment Setup
10:30 โ€“ 11:45Module 1: RAG Foundations
11:45 โ€“ 1:00 PMModule 2: Document Processing & Chunking
1:00 โ€“ 1:45 PMLunch Break
1:45 โ€“ 3:00 PMModule 3: Embeddings & Vector Stores
3:00 โ€“ 4:15 PMModule 4: Building Your First RAG Pipeline
4:15 โ€“ 4:30 PMTea Break
4:30 โ€“ 5:30 PMModule 5: Advanced Retrieval Techniques
5:30 โ€“ 6:30 PMModule 6: Evaluation & Production Readiness
6:30 โ€“ 7:00 PMWrap-Up, Resources & Q&A

Curriculum Deep Dive

Every module follows a Lecture โ†’ Demo โ†’ Hands-On Exercise format. You'll write real code in every session.

1

RAG Foundations

  • โ€ขWhy RAG beats fine-tuning for most use cases
  • โ€ขCore architecture: Retrieve โ†’ Augment โ†’ Generate
  • โ€ขKey components: documents, chunks, embeddings, vector stores, LLM
  • โ€ขNaive RAG vs. Advanced RAG taxonomy
Hands-On Exercise

"Break the LLM" โ€” See firsthand why RAG matters by testing an LLM with and without context.

2

Document Processing & Chunking

  • โ€ขLoading PDFs, DOCX, HTML, Markdown, CSV, web pages
  • โ€ข5 splitting strategies: fixed-size, recursive, sentence, semantic, structure-aware
  • โ€ขChunk size & overlap tuning for optimal recall
  • โ€ขMetadata as a retrieval superpower
Hands-On Exercise

"Chunk Lab" โ€” Apply 3 chunking strategies to a 20-page PDF and compare retrieval quality.

3

Embeddings & Vector Stores

  • โ€ขHow semantic similarity works with vectors
  • โ€ขComparing embedding models: OpenAI, BGE, Nomic
  • โ€ขVector store options: ChromaDB, Pinecone, FAISS, pgvector, Weaviate
  • โ€ขBatch embedding, upsert, and index management
Hands-On Exercise

"Build Your Index" โ€” Embed a dataset with two models and compare retrieval results.

4

Building Your First RAG Pipeline

  • โ€ขEnd-to-end query pipeline: embed โ†’ retrieve โ†’ prompt โ†’ generate
  • โ€ขPrompt engineering for grounded answers
  • โ€ขTop-k, score thresholds, and MMR for diversity
  • โ€ขConversation memory for multi-turn Q&A
Hands-On Exercise

"End-to-End RAG" โ€” Build a working Q&A bot and benchmark it against 10 test questions.

5

Advanced Retrieval Techniques

  • โ€ขHyDE, Multi-Query, Step-Back Prompting, Query Decomposition
  • โ€ขHybrid search: semantic + BM25 with Reciprocal Rank Fusion
  • โ€ขCross-encoder reranking (Cohere, BGE, FlashRank)
  • โ€ขParent-child chunking, sentence windows, multi-vector indexing
  • โ€ขIntro to Agentic RAG: tool-calling agents that decide when to retrieve
Hands-On Exercise

"Advanced Retrieval Showdown" โ€” Implement HyDE + reranking and measure precision improvement.

6

Evaluation & Production Readiness

  • โ€ขRAGAS metrics: Faithfulness, Relevancy, Precision, Recall
  • โ€ขBuilding benchmark datasets and LLM-as-evaluator
  • โ€ขCommon failure modes and targeted fixes
  • โ€ขProduction: latency, caching, cost, security, observability
  • โ€ขArchitecture patterns: multi-index, RAG+SQL, RAG+Knowledge Graph
Hands-On Exercise

"Evaluate & Iterate" โ€” Run RAGAS, get a baseline, make one improvement, measure the delta.

Your Instructor

Sridhar Jammalamadaka

Founder, Future Proof India | AI Architect

  • โ€ข16 years in IT with deep expertise in enterprise AI, cloud architecture, and scalable systems
  • โ€ขAI Architect โ€” former Software Architect at Oracle, M.Tech from IIIT Bangalore
  • โ€ขTrained 1,400+ professionals in Agentic AI, RAG, and LLM Engineering
  • โ€ขBuilt 30+ AI agents and 50+ AI chatbots for enterprise clients across healthcare, finance, and legal domains
  • โ€ขTrainer at IIIT Bangalore Executive Education & AI Consultant serving India, Dubai, and USA
  • โ€ขWeekly Agentathon organizer โ€” participants build and ship an AI agent every Saturday

Who Is This For?

๐Ÿ‘จโ€๐Ÿ’ป

Software Engineers

Want to add RAG capabilities to your applications and understand the full pipeline.

๐Ÿ’ผ

Tech Leaders & Architects

Need to evaluate RAG solutions, make architecture decisions, and lead AI initiatives.

๐ŸŽ“

Data Scientists & ML Engineers

Looking to move beyond model training into building retrieval-augmented AI systems.

๐ŸŒŸ

AI Enthusiasts

Have basic Python skills and want to learn the most in-demand AI engineering skill of 2026.

What's Included

โœ“9 hours of live instruction with Q&A
โœ“6 hands-on coding exercises with starter code
โœ“Complete workshop notebook & slides
โœ“Production-ready RAG codebase to take home
โœ“Lifetime access to workshop recording
โœ“Certificate of completion
โœ“Access to private workshop WhatsApp group
โœ“Post-workshop support for 1 week

Prerequisites

โœ“Basic Python familiarityโ€” variables, functions, loops, and pip install. No advanced Python needed.
โœ“A laptop with Python 3.10+โ€” setup guide provided before the workshop.
โœ“OpenAI API keyโ€” we'll guide you through getting one if you don't have it yet.
โšกNo prior AI/ML experience required. We start from the basics.

Invest in Your AI Career

One day that transforms your ability to build production AI systems.

Workshop Pass
โ‚น10,000/ person
  • โœ“Full-day live workshop (9 hours)
  • โœ“All 6 hands-on exercises with code
  • โœ“Workshop recording (lifetime access)
  • โœ“Certificate of completion
  • โœ“1-week post-workshop support
  • โœ“Private WhatsApp group access
Register Now

WhatsApp us to complete registration. GST included. Refund available up to 24 hours before the event.

Frequently Asked Questions

Is this workshop online or offline?+
This is a live online workshop conducted via Zoom. You can attend from anywhere.
Will I get a recording?+
Yes! You get lifetime access to the complete workshop recording, so you can revisit any module anytime.
What if I'm a complete beginner in AI?+
This workshop is designed for beginners. We start from the fundamentals and build up. Basic Python knowledge is the only prerequisite.
What tools do I need?+
A laptop with Python 3.10+, an OpenAI API key, and a code editor. A detailed setup guide will be shared before the workshop.
Can I get a refund?+
Yes, full refund is available up to 24 hours before the workshop. No questions asked.
Will I be able to build a RAG app after this?+
Absolutely. You'll build one during the workshop itself, and take home production-ready code you can adapt for your own use case.

Ready to Master RAG?

28 March 2026 ยท 10 AM โ€“ 7 PM IST ยท Live Online

Limited seats to ensure hands-on attention for every participant.

Register Now โ€” โ‚น10,000

Questions? Reach out to us:

๐Ÿ“ง connect@futureproofindia.com ยท ๐Ÿ“ฑ WhatsApp: +91 63603 19758