<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>ChromaDB on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/chromadb/</link><description>Recent content in ChromaDB on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 06 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/chromadb/index.xml" rel="self" type="application/rss+xml"/><item><title>Building Your First RAG System: Embeddings, Chunking, and Vector Databases</title><link>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/building-first-rag-system/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/building-first-rag-system/</guid><description>&lt;h2 id="introduction-beyond-the-llms-memory"&gt;Introduction: Beyond the LLM&amp;rsquo;s Memory&lt;/h2&gt;
&lt;p&gt;Welcome back, intrepid developer! In our previous chapters, you mastered the art of crafting precise prompts and guiding Large Language Models (LLMs) to perform complex tasks. You&amp;rsquo;ve seen the power of zero-shot, few-shot, and Chain-of-Thought prompting. But what happens when an LLM needs to answer questions about information it was &lt;em&gt;not&lt;/em&gt; trained on, or when its knowledge cutoff means it&amp;rsquo;s unaware of recent events?&lt;/p&gt;
&lt;p&gt;This is where a revolutionary technique called &lt;strong&gt;Retrieval-Augmented Generation (RAG)&lt;/strong&gt; comes into play. RAG empowers LLMs to access and integrate external, up-to-date, and domain-specific information into their responses. Instead of relying solely on their pre-trained knowledge, RAG systems allow LLMs to &amp;ldquo;look up&amp;rdquo; relevant facts from a vast external knowledge base before generating an answer. Think of it as giving your LLM an instant, super-fast librarian who can find exactly the right book for any query.&lt;/p&gt;</description></item><item><title>Persistent Agent Memory: Short-Term Context and Long-Term Knowledge Bases</title><link>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/persistent-agent-memory/</link><pubDate>Mon, 06 Apr 2026 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/prompt-agent-ai-2026-guide/persistent-agent-memory/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;Welcome back, fellow AI architect! In previous chapters, we mastered the art of crafting precise prompts and designing agentic workflows. But have you ever noticed that our agents, while brilliant in the moment, sometimes forget what they just said? Or struggle with questions outside their immediate training data? That&amp;rsquo;s where memory comes in.&lt;/p&gt;
&lt;p&gt;This chapter is all about giving our AI agents a memory – both short-term, for coherent conversations, and long-term, for accessing vast knowledge. We&amp;rsquo;ll dive deep into managing the LLM&amp;rsquo;s context window, integrating vector databases for external knowledge, and building truly intelligent agents that remember and learn. By the end, you&amp;rsquo;ll be able to equip your agents with persistent memory, making them far more capable, consistent, and useful in real-world applications.&lt;/p&gt;</description></item></channel></rss>