<?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 Agents on DATATWEETS</title><link>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/</link><description>Recent content in Retrieval-Augmented Agents on DATATWEETS</description><generator>Hugo</generator><language>en</language><copyright>Copyright (c) 2025 Datatweets</copyright><lastBuildDate>Sun, 28 Jun 2026 09:00:00 +0200</lastBuildDate><atom:link href="https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/index.xml" rel="self" type="application/rss+xml"/><item><title>Lesson 1 - Why Agents Need Retrieval</title><link>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-1-why-agents-need-retrieval/</link><pubDate>Fri, 23 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-1-why-agents-need-retrieval/</guid><description>An agent answers from frozen training knowledge: it can&amp;rsquo;t see your private docs or recent data, and it fills gaps with confident guesses. Retrieval grounds the agent in a knowledge base you control. Meet the retrieve-augment-generate pattern that the rest of this module builds.</description></item><item><title>Lesson 2 - Building a Knowledge Base</title><link>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-2-building-a-knowledge-base/</link><pubDate>Fri, 23 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-2-building-a-knowledge-base/</guid><description>A knowledge base is the memory module&amp;rsquo;s machinery pointed at documents: chunk each document into passages, embed them, and rank them against a query by cosine similarity. Build a small KnowledgeBase with add_document and search, run it dependency-free on two travel guides, then swap embed() for real semantic embeddings in production.</description></item><item><title>Lesson 3 - Retrieval as a Tool</title><link>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-3-retrieval-as-a-tool/</link><pubDate>Fri, 23 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-3-retrieval-as-a-tool/</guid><description>There are two ways to do RAG: always retrieve before answering (a fixed pipeline), or give the agent a search_knowledge tool and let it decide when to retrieve. This lesson builds the tool, wires it into the agent loop, and walks a verified trace where the agent chooses to look something up and cites the source.</description></item><item><title>Lesson 4 - Grounding and Citations</title><link>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-4-grounding-and-citations/</link><pubDate>Fri, 23 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-4-grounding-and-citations/</guid><description>Retrieval gives the agent sources, but only discipline makes it trustworthy. You&amp;rsquo;ll build a grounding gate that refuses out-of-knowledge questions before the model is ever called, prompt the model to answer only from numbered sources with inline citations, and tune a similarity floor that cleanly separates real matches from keyword noise.</description></item><item><title>Lesson 5 - Guided Project: Retrieval-Augmented Atlas</title><link>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-5-guided-project-retrieval-augmented-atlas/</link><pubDate>Fri, 23 Jan 2026 09:00:00 +0200</pubDate><guid>https://datatweets.com/courses/ai-agents/retrieval-augmented-agents/lesson-5-guided-project-retrieval-augmented-atlas/</guid><description>Put Module 6 together on one agent: build Atlas a destination knowledge base, give it a search_knowledge tool to retrieve mid-plan, ground its answers in retrieved passages with citations, and refuse honestly when the knowledge base has nothing. Then tie in memory so Atlas plans from both what it remembers about the traveler and the facts it looks up.</description></item></channel></rss>