<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Semantic Caching on AI VOID</title><link>https://ai-blog.noorshomelab.dev/tags/semantic-caching/</link><description>Recent content in Semantic Caching on AI VOID</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sat, 08 Nov 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://ai-blog.noorshomelab.dev/tags/semantic-caching/index.xml" rel="self" type="application/rss+xml"/><item><title>Introduction to Redis LangCache</title><link>https://ai-blog.noorshomelab.dev/redis-langcache-guide/introduction-to-langcache/</link><pubDate>Sat, 08 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-langcache-guide/introduction-to-langcache/</guid><description>&lt;h2 id="1-introduction-to-redis-langcache"&gt;1. Introduction to Redis LangCache&lt;/h2&gt;
&lt;p&gt;Welcome to the exciting world of Redis LangCache! In this chapter, we&amp;rsquo;ll introduce you to this innovative technology, explain why it&amp;rsquo;s a game-changer for AI applications, and guide you through setting up your development environment.&lt;/p&gt;
&lt;h3 id="11-what-is-redis-langcache"&gt;1.1 What is Redis LangCache?&lt;/h3&gt;
&lt;p&gt;Imagine you&amp;rsquo;re building an AI assistant that answers questions about a product. Users might ask &amp;ldquo;What are the features of Product X?&amp;rdquo;, &amp;ldquo;Tell me about Product X&amp;rsquo;s capabilities?&amp;rdquo;, or &amp;ldquo;List the functionalities of Product X.&amp;rdquo; All these questions, despite their slight variations, are essentially asking the same thing. Without caching, your AI assistant would send each unique phrasing to an expensive Large Language Model (LLM) every single time, leading to higher costs and slower responses.&lt;/p&gt;</description></item><item><title>Core Concepts of Semantic Caching</title><link>https://ai-blog.noorshomelab.dev/redis-langcache-guide/core-concepts-of-semantic-caching/</link><pubDate>Sat, 08 Nov 2025 00:00:00 +0000</pubDate><guid>https://ai-blog.noorshomelab.dev/redis-langcache-guide/core-concepts-of-semantic-caching/</guid><description>&lt;h2 id="2-core-concepts-of-semantic-caching"&gt;2. Core Concepts of Semantic Caching&lt;/h2&gt;
&lt;p&gt;To effectively use Redis LangCache, it&amp;rsquo;s essential to understand the underlying principles of semantic caching. This chapter will break down these core concepts, providing detailed explanations and practical examples.&lt;/p&gt;
&lt;h3 id="21-what-is-semantic-caching"&gt;2.1 What is Semantic Caching?&lt;/h3&gt;
&lt;p&gt;Traditional caching works by storing and retrieving data based on exact matches. If you query &amp;ldquo;What is the capital of France?&amp;rdquo;, a traditional cache would only return a stored value if the &lt;em&gt;exact string&lt;/em&gt; &amp;ldquo;What is the capital of France?&amp;rdquo; was previously cached.&lt;/p&gt;</description></item></channel></rss>