<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Retrieval-Augmented-Generation on Chandras Edu | AI, US Stocks, Courses &amp; Jobs India</title>
    <link>https://chandrashaker.in/tags/retrieval-augmented-generation/</link>
    <description>Recent content in Retrieval-Augmented-Generation on Chandras Edu | AI, US Stocks, Courses &amp; Jobs India</description>
    <generator>Hugo</generator>
    <language>en-in</language>
    <copyright>© 2026 Chandra Shaker · [Privacy Policy](/privacy-policy/) · [Disclaimer](/disclaimer/) · [Contact](/contact/)</copyright>
    <atom:link href="https://chandrashaker.in/tags/retrieval-augmented-generation/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Module 4.1: RAG — Retrieval Augmented Generation Explained Simply</title>
      <link>https://chandrashaker.in/courses/genai/unit4/module-4-1-rag-explained/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://chandrashaker.in/courses/genai/unit4/module-4-1-rag-explained/</guid>
      <description>&lt;style&gt;&#xA;/* ── Module progress bar ─────────────────────────────────────── */&#xA;.mod-progress-wrap{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;padding:12px 16px;margin-bottom:20px}&#xA;.mod-progress-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;flex-wrap:wrap;gap:6px}&#xA;.mod-progress-title{font-size:12px;font-weight:700;color:#555;letter-spacing:0.04em}&#xA;.mod-progress-bg{height:6px;background:#e0e0e0;border-radius:3px;margin-bottom:10px}&#xA;.mod-progress-fill{height:6px;border-radius:3px;background:#FF8C00;transition:width 0.3s ease}&#xA;.mod-progress-units{display:flex;gap:6px;flex-wrap:wrap}&#xA;.mod-progress-unit{font-size:11px;padding:3px 10px;border-radius:20px;text-decoration:none;font-weight:500;border:1px solid}&#xA;.mod-progress-unit.done{background:#e8f5e9;color:#2e7d32;border-color:#a5d6a7}&#xA;.mod-progress-unit.current{background:#1565C0;color:#fff;border-color:#1565C0}&#xA;.mod-progress-unit.upcoming{background:#f5f5f4;color:#999;border-color:#e0e0e0}&#xA;/* ── Module header ───────────────────────────────────────────── */&#xA;.mod-header{background:#1565C0;border-radius:6px;padding:14px 18px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px}&#xA;.mod-header-left{display:flex;flex-direction:column;gap:4px}&#xA;.mod-breadcrumb{font-size:11px;color:rgba(255,255,255,0.75);letter-spacing:0.03em}&#xA;.mod-title-inline{font-size:15px;font-weight:600;color:#fff;margin:0}&#xA;.mod-meta{display:flex;gap:10px;flex-wrap:wrap}&#xA;.mod-meta-item{font-size:11px;color:rgba(255,255,255,0.85);background:rgba(255,255,255,0.15);padding:3px 10px;border-radius:20px}&#xA;/* ── Callout boxes ───────────────────────────────────────────── */&#xA;.mod-keypoint{background:#fff8e1;border-left:4px solid #FF8C00;border-radius:0 6px 6px 0;padding:12px 16px;margin:20px 0;font-size:14px;color:#4a3000;line-height:1.6}&#xA;.mod-keypoint strong{color:#FF8C00}&#xA;.mod-remember{background:#e8f0fe;border-left:4px solid #1565C0;border-radius:0 6px 6px 0;padding:12px 16px;margin:20px 0}&#xA;.mod-remember-title{font-size:11px;font-weight:700;color:#1565C0;letter-spacing:0.06em;margin-bottom:8px}&#xA;.mod-remember ol{margin:0;padding-left:18px}&#xA;.mod-remember li{font-size:14px;color:#111111;line-height:1.7;margin-bottom:4px}&#xA;/* ── Stat grid ───────────────────────────────────────────────── */&#xA;.mod-stat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:20px 0}&#xA;.mod-stat-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:14px 16px;text-align:center}&#xA;.mod-stat-card-num{font-size:24px;font-weight:700;color:#1565C0;margin-bottom:4px}&#xA;.mod-stat-card-label{font-size:12px;color:#666;line-height:1.4}&#xA;/* ── Analogy box ─────────────────────────────────────────────── */&#xA;.mod-analogy{background:#f5f8ff;border:1px solid #90caf9;border-radius:8px;padding:16px 18px;margin:20px 0}&#xA;.mod-analogy-title{font-size:11px;font-weight:700;color:#1565C0;letter-spacing:0.05em;margin-bottom:10px}&#xA;.mod-analogy-text{font-size:14px;color:#333;line-height:1.75;margin:0}&#xA;/* ── Step flow ───────────────────────────────────────────────── */&#xA;.mod-steps{margin:20px 0}&#xA;.mod-step{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid #f0f0f0}&#xA;.mod-step:last-child{border-bottom:none}&#xA;.mod-step-num{width:32px;height:32px;border-radius:50%;background:#1565C0;color:#fff;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}&#xA;.mod-step-body{flex:1}&#xA;.mod-step-title{font-size:14px;font-weight:700;color:#1565C0;margin:0 0 4px}&#xA;.mod-step-text{font-size:13px;color:#333;line-height:1.6;margin:0}&#xA;.mod-step-example{font-size:12px;font-family:monospace,sans-serif;background:#f5f5f4;border-radius:4px;padding:6px 10px;color:#555;margin-top:6px;line-height:1.5;border-left:3px solid #1565C0}&#xA;/* ── Comparison grid ─────────────────────────────────────────── */&#xA;.mod-compare{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}&#xA;.mod-compare-card{border-radius:8px;padding:16px;border:1px solid}&#xA;.mod-compare-card h3{font-size:14px;font-weight:700;margin:0 0 8px}&#xA;.mod-compare-list{margin:0;padding-left:16px}&#xA;.mod-compare-list li{font-size:13px;line-height:1.65;margin-bottom:4px;color:#333}&#xA;/* ── Use case cards ──────────────────────────────────────────── */&#xA;.mod-usecase-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0}&#xA;.mod-uc-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:14px 16px}&#xA;.mod-uc-card-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}&#xA;.mod-uc-icon{font-size:16px;flex-shrink:0}&#xA;.mod-uc-title{font-size:13px;font-weight:700;color:#1565C0;margin:0}&#xA;.mod-uc-text{font-size:13px;color:#333;line-height:1.6;margin:0}&#xA;.mod-uc-example{font-size:12px;color:#666;margin-top:6px;line-height:1.5;font-style:italic}&#xA;/* ── Interview table ─────────────────────────────────────────── */&#xA;.mod-table-wrap{overflow-x:auto;margin:20px 0}&#xA;.mod-table{width:100%;border-collapse:collapse;font-size:13px}&#xA;.mod-table th{background:#1565C0;color:#fff;padding:10px 13px;text-align:left;font-weight:600;font-size:12px}&#xA;.mod-table td{padding:10px 13px;border-bottom:1px solid #f0f0f0;color:#111111;vertical-align:top;line-height:1.5}&#xA;.mod-table tr:last-child td{border-bottom:none}&#xA;.mod-table tr:nth-child(even) td{background:#fafafa}&#xA;.mod-table td:first-child{font-weight:600;color:#1565C0}&#xA;/* ── Assignment, nav, blog, credits ─────────────────────────── */&#xA;.mod-assignment{background:#fff8e1;border:1px solid #FFB300;border-radius:6px;padding:16px 18px;margin:28px 0}&#xA;.mod-assignment-header{display:flex;align-items:center;gap:8px;margin-bottom:10px}&#xA;.mod-assignment-icon{font-size:16px;color:#FF8C00}&#xA;.mod-assignment-title{font-size:14px;font-weight:700;color:#5d4037;margin:0}&#xA;.mod-assignment p,.mod-assignment li{font-size:14px;color:#4a3000;line-height:1.7}&#xA;.mod-assignment ol,.mod-assignment ul{padding-left:20px;margin:8px 0}&#xA;.mod-nav{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;margin-top:32px;padding-top:18px;border-top:1px solid #e0e0e0}&#xA;.mod-nav-back{font-size:13px;color:#1565C0;text-decoration:none}&#xA;.mod-nav-back:hover{color:#0d47a1;text-decoration:underline}&#xA;.mod-nav-next{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;padding:9px 18px;border-radius:4px;background:#FF8C00;color:#fff !important;text-decoration:none}&#xA;.mod-nav-next:hover{background:#e65c00;color:#fff !important;text-decoration:none}&#xA;.mod-blog-links{background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;padding:14px 18px;margin-top:20px}&#xA;.mod-blog-title{font-size:11px;font-weight:700;color:#888;letter-spacing:0.06em;margin-bottom:8px}&#xA;.mod-blog-links a{display:block;font-size:13px;color:#1565C0;text-decoration:none;padding:3px 0;border-bottom:1px solid #f0f0f0}&#xA;.mod-blog-links a:last-child{border-bottom:none}&#xA;.mod-blog-links a:hover{color:#FF8C00;text-decoration:underline}&#xA;/* ── Body text readability ───────────────────────────────────── */&#xA;.mod-wrap p,.mod-wrap li,.mod-wrap td{font-size:16px !important;color:#111111 !important;line-height:1.85 !important;font-weight:450}&#xA;.mod-wrap p{margin-bottom:1.1em}&#xA;.mod-wrap h2{font-size:20px;color:#111111;margin-top:32px;margin-bottom:12px}&#xA;.mod-wrap h3{font-size:17px;color:#111111;margin-top:24px;margin-bottom:8px}&#xA;.mod-wrap strong{color:#111111;font-weight:600}&#xA;.mod-wrap em{color:#333}&#xA;.mod-wrap code{font-size:14px;background:#f0f0f0;padding:2px 6px;border-radius:3px;color:#c62828}&#xA;@media(max-width:600px){.mod-wrap p,.mod-wrap li,.mod-wrap td{font-size:16px !important;line-height:1.9 !important}}&#xA;.mod-credits{font-size:12px;color:#888;margin-top:32px;padding-top:12px;border-top:1px solid #e0e0e0}&#xA;.mod-credits summary{cursor:pointer;font-size:12px;color:#aaa;list-style:none}&#xA;.mod-credits summary:hover{color:#888}&#xA;.img-center{display:flex;justify-content:center;margin:20px 0}&#xA;.img-center svg{max-width:100%;height:auto}&#xA;@media(max-width:520px){.mod-stat-grid{grid-template-columns:1fr 1fr}.mod-compare{grid-template-columns:1fr}.mod-usecase-grid{grid-template-columns:1fr}}&#xA;&lt;/style&gt;&#xA;&lt;div class=&#34;mod-wrap&#34;&gt;&#xA;&lt;div class=&#34;mod-progress-wrap&#34;&gt;&#xA;  &lt;div class=&#34;mod-progress-header&#34;&gt;&#xA;    &lt;span class=&#34;mod-progress-title&#34;&gt;YOUR PROGRESS — GENERATIVE AI: ZERO TO JOB-READY&lt;/span&gt;&#xA;    &lt;a href=&#34;https://chandrashaker.in/courses/genai/&#34; style=&#34;font-size:12px;color:#1565C0;text-decoration:none;font-weight:600&#34;&gt;&amp;#8592; Course home&lt;/a&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;mod-progress-bg&#34;&gt;&#xA;    &lt;div class=&#34;mod-progress-fill&#34; style=&#34;width:60%&#34;&gt;&lt;/div&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div style=&#34;font-size:12px;color:#FF8C00;font-weight:600;margin-bottom:10px&#34;&gt;12 of 20 modules complete&lt;/div&gt;&#xA;  &lt;div class=&#34;mod-progress-units&#34;&gt;&#xA;    &lt;a class=&#34;mod-progress-unit done&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-1&#34;&gt;Understanding GenAI ✓&lt;/a&gt;&#xA;    &lt;a class=&#34;mod-progress-unit done&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-2&#34;&gt;Prompt Engineering ✓&lt;/a&gt;&#xA;    &lt;a class=&#34;mod-progress-unit done&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-3&#34;&gt;GenAI for Your Job ✓&lt;/a&gt;&#xA;    &lt;a class=&#34;mod-progress-unit current&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-4&#34;&gt;Advanced Techniques&lt;/a&gt;&#xA;    &lt;a class=&#34;mod-progress-unit upcoming&#34; href=&#34;https://chandrashaker.in/courses/genai/#module-5&#34;&gt;Career &amp; India&lt;/a&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;div class=&#34;mod-header&#34;&gt;&#xA;  &lt;div class=&#34;mod-header-left&#34;&gt;&#xA;    &lt;span class=&#34;mod-breadcrumb&#34;&gt;GENERATIVE AI: ZERO TO JOB-READY &amp;nbsp;›&amp;nbsp; UNIT 4 &amp;nbsp;›&amp;nbsp; MODULE 1 OF 4&lt;/span&gt;&#xA;    &lt;h1 class=&#34;mod-title-inline&#34;&gt;RAG — Retrieval Augmented Generation Explained Simply&lt;/h1&gt;&#xA;  &lt;/div&gt;&#xA;  &lt;div class=&#34;mod-meta&#34;&gt;&#xA;    &lt;span class=&#34;mod-meta-item&#34;&gt;⏱ 14 min read&lt;/span&gt;&#xA;    &lt;span class=&#34;mod-meta-item&#34;&gt;📝 Assignment inside&lt;/span&gt;&#xA;    &lt;span class=&#34;mod-meta-item&#34;&gt;No coding required&lt;/span&gt;&#xA;  &lt;/div&gt;&#xA;&lt;/div&gt;&#xA;&lt;p&gt;Welcome to Unit 4. In Units 1–3 you built prompt engineering skills and applied them to real work. Unit 4 goes deeper into how enterprise AI actually works — the architectures and techniques that power the AI systems being built at TCS, Infosys, Wipro, and HCL right now.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
