<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Redis for AI and search on Docs</title>
    <link>https://redis.io/docs/latest/develop/ai/</link>
    <description>Recent content in Redis for AI and search on Docs</description>
    <generator>Hugo</generator>
    <language>en</language>
    <atom:link href="https://redis.io/docs/latest/develop/ai/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Notebooks collection</title>
      <link>https://redis.io/docs/latest/develop/ai/notebook-collection/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/ai/notebook-collection/</guid>
      <description>&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;Notebook&lt;/th&gt;&#xA;          &lt;th&gt;Category&lt;/th&gt;&#xA;          &lt;th&gt;Description&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;The place to start if you are brand new to Redis&lt;/td&gt;&#xA;          &lt;td&gt;Introduction&lt;/td&gt;&#xA;          &lt;td&gt;Great for Redis beginners looking for a guided Colab experience.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/redis-intro/00_redis_intro.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Implementing hybrid search with Redis&lt;/td&gt;&#xA;          &lt;td&gt;Hybrid and Vector Search&lt;/td&gt;&#xA;          &lt;td&gt;Combines vector similarity with keyword filters.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/02_hybrid_search.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Vector search with Redis Python client&lt;/td&gt;&#xA;          &lt;td&gt;Hybrid and Vector Search&lt;/td&gt;&#xA;          &lt;td&gt;Demonstrates pure vector search using the Redis Python client.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/00_redispy.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Vector search with Redis Vector Library&lt;/td&gt;&#xA;          &lt;td&gt;Hybrid and Vector Search&lt;/td&gt;&#xA;          &lt;td&gt;Uses RedisVL for advanced vector indexing and querying.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/01_redisvl.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Shows how to convert a float32 index to float16 or integer data types&lt;/td&gt;&#xA;          &lt;td&gt;Hybrid and Vector Search&lt;/td&gt;&#xA;          &lt;td&gt;Demonstrates data type optimization for vector indices.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/vector-search/03_dtype_support.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;RAG from scratch with Redis Vector Library&lt;/td&gt;&#xA;          &lt;td&gt;RAG&lt;/td&gt;&#xA;          &lt;td&gt;Basic RAG implementation using RedisVL.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/01_redisvl.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;RAG using Redis and LangChain&lt;/td&gt;&#xA;          &lt;td&gt;RAG&lt;/td&gt;&#xA;          &lt;td&gt;Shows integration between Redis and LangChain for RAG.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/02_langchain.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;RAG using Redis and LlamaIndex&lt;/td&gt;&#xA;          &lt;td&gt;RAG&lt;/td&gt;&#xA;          &lt;td&gt;Walkthrough of RAG with Redis and LlamaIndex.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/03_llamaindex.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Advanced RAG with RedisVL&lt;/td&gt;&#xA;          &lt;td&gt;RAG&lt;/td&gt;&#xA;          &lt;td&gt;Advanced concepts and techniques using RedisVL.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/04_advanced_redisvl.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;RAG using Redis and Nvidia&lt;/td&gt;&#xA;          &lt;td&gt;RAG&lt;/td&gt;&#xA;          &lt;td&gt;NVIDIA + Redis for LLM context retrieval.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/05_nvidia_ai_rag_redis.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Utilize RAGAS framework to evaluate RAG performance&lt;/td&gt;&#xA;          &lt;td&gt;RAG&lt;/td&gt;&#xA;          &lt;td&gt;Evaluation of RAG apps using the RAGAS framework.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/06_ragas_evaluation.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Implement a simple RBAC policy with vector search using Redis&lt;/td&gt;&#xA;          &lt;td&gt;RAG&lt;/td&gt;&#xA;          &lt;td&gt;Role-based access control implementation for RAG systems.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/RAG/07_user_role_based_rag.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;LangGraph and agents&lt;/td&gt;&#xA;          &lt;td&gt;Agents&lt;/td&gt;&#xA;          &lt;td&gt;Getting started with agent workflows.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/00_langgraph_redis_agentic_rag.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Movie recommendation system&lt;/td&gt;&#xA;          &lt;td&gt;Agents&lt;/td&gt;&#xA;          &lt;td&gt;Collaborative agent-based movie recommender.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/01_crewai_langgraph_redis.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Full-Featured Agent Architecture&lt;/td&gt;&#xA;          &lt;td&gt;Agents&lt;/td&gt;&#xA;          &lt;td&gt;Comprehensive agent implementation with advanced features.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/agents/02_full_featured_agent.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Optimize semantic cache threshold with RedisVL&lt;/td&gt;&#xA;          &lt;td&gt;Semantic Cache&lt;/td&gt;&#xA;          &lt;td&gt;Performance optimization for semantic caching systems.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/semantic-cache/02_semantic_cache_optimization.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Simple examples of how to build an allow/block list router in addition to a multi-topic router&lt;/td&gt;&#xA;          &lt;td&gt;Semantic Router&lt;/td&gt;&#xA;          &lt;td&gt;Basic routing patterns and access control mechanisms.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/semantic-router/00_semantic_routing.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Use &lt;code&gt;RouterThresholdOptimizer&lt;/code&gt; from RedisVL to setup best router config&lt;/td&gt;&#xA;          &lt;td&gt;Semantic Router&lt;/td&gt;&#xA;          &lt;td&gt;Router configuration optimization using RedisVL.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/semantic-router/01_routing_optimization.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Facial recognition&lt;/td&gt;&#xA;          &lt;td&gt;Computer Vision&lt;/td&gt;&#xA;          &lt;td&gt;Face matching using Facenet and RedisVL.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/computer-vision/00_facial_recognition_facenet.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Content filtering with RedisVL&lt;/td&gt;&#xA;          &lt;td&gt;Recommendation Systems&lt;/td&gt;&#xA;          &lt;td&gt;Introduction to content-based filtering.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/recommendation-systems/00_content_filtering.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Collaborative filtering with RedisVL&lt;/td&gt;&#xA;          &lt;td&gt;Recommendation Systems&lt;/td&gt;&#xA;          &lt;td&gt;Intro to collaborative filtering with RedisVL.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/recommendation-systems/01_collaborative_filtering.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Intro deep learning two tower example with RedisVL&lt;/td&gt;&#xA;          &lt;td&gt;Recommendation Systems&lt;/td&gt;&#xA;          &lt;td&gt;Deep learning approach to recommendation systems.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/recommendation-systems/02_two_towers.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Credit scoring system using Feast with Redis as the online store&lt;/td&gt;&#xA;          &lt;td&gt;Feature Store&lt;/td&gt;&#xA;          &lt;td&gt;Feature store implementation for ML model serving.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://colab.research.google.com/github/redis-developer/redis-ai-resources/blob/main/python-recipes/feature-store/00_feast_credit_score.ipynb&#34;&gt;Open in Colab&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;additional-resources&#34; class=&#34;group relative&#34;&gt;&#xA;  Additional resources&#xA;  &lt;a href=&#34;#additional-resources&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;Looking for more ways to learn about Redis for AI? Check out our:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis AI ecosystem integrations</title>
      <link>https://redis.io/docs/latest/develop/ai/ecosystem-integrations/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/ai/ecosystem-integrations/</guid>
      <description>&lt;p&gt;Redis integrates with a wide range of AI frameworks, platforms, and tools to enhance your AI applications. This page highlights key ecosystem integrations that can help you build more powerful, efficient, and scalable AI solutions with Redis.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://redis.io/blog/kong-ai-gateway-and-redis/&#34;&gt;&lt;strong&gt;Kong AI Gateway &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://redis.io/blog/faster-ai-workflows-with-unstructured-redis/&#34;&gt;&lt;strong&gt;Unstructured &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://redis.io/blog/smarter-memory-management-for-ai-agents-with-mem0-and-redis/&#34;&gt;&lt;strong&gt;Mem0 &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Combine Kong&#39;s AI Gateway with Redis for efficient AI request routing, caching, and rate limiting to optimize your AI infrastructure.&lt;/td&gt;&#xA;          &lt;td&gt;Accelerate AI workflows by using Redis to cache document processing results from Unstructured, reducing processing time and costs.&lt;/td&gt;&#xA;          &lt;td&gt;Implement smarter memory management for AI agents with Mem0&#39;s integration with Redis, providing persistent, queryable memory for LLMs.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://docs.litellm.ai/docs/caching/all_caches#initialize-cache---in-memory-redis-s3-bucket-redis-semantic-disk-cache-qdrant-semantic&#34;&gt;&lt;strong&gt;LiteLLM &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://redis.io/blog/langgraph-redis-build-smarter-ai-agents-with-memory-persistence/&#34;&gt;&lt;strong&gt;LangGraph &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://redis.io/blog/langchain-redis-partner-package/&#34;&gt;&lt;strong&gt;LangChain &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Optimize LLM performance with LiteLLM&#39;s Redis caching capabilities, supporting both traditional and semantic caching to reduce costs and latency.&lt;/td&gt;&#xA;          &lt;td&gt;Build smarter AI agents with LangGraph&#39;s Redis integration for memory persistence, state management, and multi-agent coordination.&lt;/td&gt;&#xA;          &lt;td&gt;Leverage LangChain&#39;s Redis integration for vector storage, memory, and caching to create more capable AI applications with improved performance.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://docs.llamaindex.ai/en/stable/examples/vector_stores/RedisIndexDemo/&#34;&gt;&lt;strong&gt;LlamaIndex &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://redis.io/docs/latest/integrate/amazon-bedrock/set-up-redis/&#34;&gt;&lt;strong&gt;Amazon Bedrock &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://redis.io/blog/use-redis-with-nvidia-nim-to-deploy-genai-apps-faster/&#34;&gt;&lt;strong&gt;NVIDIA NIM &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Use LlamaIndex with Redis as a vector store for efficient document indexing, retrieval, and querying in RAG applications.&lt;/td&gt;&#xA;          &lt;td&gt;Integrate Redis with Amazon Bedrock to enhance your generative AI applications with persistent memory and efficient vector search.&lt;/td&gt;&#xA;          &lt;td&gt;Deploy GenAI applications faster by combining NVIDIA NIM&#39;s inference optimization with Redis for vector search, caching, and data management.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h2 id=&#34;additional-integrations&#34; class=&#34;group relative&#34;&gt;&#xA;  Additional integrations&#xA;  &lt;a href=&#34;#additional-integrations&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://learn.microsoft.com/en-us/semantic-kernel/concepts/vector-store-connectors/out-of-the-box-connectors/redis-connector?pivots=programming-language-csharp&#34;&gt;&lt;strong&gt;Microsoft Semantic Kernel&lt;/strong&gt;&lt;/a&gt;: Use Redis as a vector store connector with Microsoft&#39;s Semantic Kernel framework.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://docs.docarray.org/user_guide/storing/index_redis/&#34;&gt;&lt;strong&gt;DocArray&lt;/strong&gt;&lt;/a&gt;: Leverage Redis as a document store and vector database with Jina AI&#39;s DocArray.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://redis.io/blog/redis-cloud-now-available-on-vercel-marketplace/&#34;&gt;&lt;strong&gt;Redis Cloud on Vercel&lt;/strong&gt;&lt;/a&gt;: Deploy and manage Redis databases directly from your Vercel dashboard with the Redis Cloud integration. Refer to the &lt;a href=&#34;https://redis.io/docs/latest/operate/rc/cloud-integrations/vercel/&#34;&gt;setup guide&lt;/a&gt; for more details.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://redis.io/blog/building-a-rag-application-with-redis-and-spring-ai/&#34;&gt;&lt;strong&gt;Spring AI &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;: Build powerful RAG applications by combining Spring AI&#39;s framework with Redis for vector storage and retrieval.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&#34;https://redis.io/blog/building-llm-applications-with-kernel-memory-and-redis/&#34;&gt;&lt;strong&gt;Kernel Memory &amp;amp; Redis&lt;/strong&gt;&lt;/a&gt;: Create memory-enabled LLM applications using Microsoft&#39;s Kernel Memory with Redis for efficient storage and retrieval.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h2 id=&#34;getting-started&#34; class=&#34;group relative&#34;&gt;&#xA;  Getting started&#xA;  &lt;a href=&#34;#getting-started&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h2&gt;&#xA;&lt;p&gt;To learn more about using Redis with AI frameworks and tools, check out our:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redis video tutorial collection</title>
      <link>https://redis.io/docs/latest/develop/ai/ai-videos/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>https://redis.io/docs/latest/develop/ai/ai-videos/</guid>
      <description>&lt;p&gt;Explore our collection of video tutorials and demonstrations showcasing how Redis powers AI applications. From vector search fundamentals to advanced RAG implementations, these videos provide practical insights and hands-on examples.&lt;/p&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=fsENEq4F55Q&#34;&gt;&lt;strong&gt;Long-Term Memory with LangGraph&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=k3FUWWEwgfc&#34;&gt;&lt;strong&gt;Short-Term Memory with LangGraph&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=o3XN4dImESE&#34;&gt;&lt;strong&gt;What is semantic search?&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Learn how to implement long-term memory capabilities in AI agents using LangGraph. This video shows you how to build AI systems that can retain and recall information across extended interactions.&lt;/td&gt;&#xA;          &lt;td&gt;Want your AI agents to remember what users tell them? Short-term memory is the key to natural conversations, and in this tutorial, you&#39;ll learn how to implement it with LangGraph.&lt;/td&gt;&#xA;          &lt;td&gt;Traditional search matches words — but what if your AI app could match meaning instead? This video explains how semantic search works and why it&#39;s essential for modern AI applications.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=AtVTT_s8AGc&#34;&gt;&lt;strong&gt;What is a semantic cache?&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=cCTKmmGO4CY&#34;&gt;&lt;strong&gt;Building a RAG Pipeline from Scratch with RedisVL&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=Yhv19le0sBw&#34;&gt;&lt;strong&gt;What is a vector database?&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;What if you could skip redundant LLM calls and make your AI app faster, cheaper, and smarter? This video breaks down semantic caching and shows how it can transform your AI applications.&lt;/td&gt;&#xA;          &lt;td&gt;Unlock the Power of Retrieval-Augmented Generation (RAG) with RedisVL. This tutorial will show you how to build a complete RAG pipeline from scratch using Redis as your vector database.&lt;/td&gt;&#xA;          &lt;td&gt;Vector databases have been trending recently as they power modern search, recommendations, and AI-driven applications. Learn what vector databases are and how they work.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=SFWroqAbBM4&#34;&gt;&lt;strong&gt;Building the future Architecting AI Agents with AWS, LlamaIndex and Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=YhxksXfgsp0&#34;&gt;&lt;strong&gt;Building AI Apps using LangChain&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=M_WU_fN_lrs&#34;&gt;&lt;strong&gt;Resources to Learn AI with Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;The ins and outs of AI agents: understand their role in breaking down tasks into manageable components for better performance. Learn how to architect AI agents using AWS, LlamaIndex, and Redis.&lt;/td&gt;&#xA;          &lt;td&gt;This series of videos dives into the integration between LangChain and Redis to power AI applications that need runtime speed, scalability, and intelligent data management.&lt;/td&gt;&#xA;          &lt;td&gt;This video shows which resources you can use to learn AI with Redis and build powerful AI applications.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=xPMQ2cVbUTI&#34;&gt;&lt;strong&gt;What Is RAG? Retrieval-Augmented Generation Explained Simply&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=ZTOtxiWb2bE&#34;&gt;&lt;strong&gt;Chunking Strategies Explained&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=0U1S0WSsPuE&#34;&gt;&lt;strong&gt;What is an embedding model?&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Retrieval-Augmented Generation (RAG) is one of the most powerful architectural patterns in GenAI today—combining the strengths of large language models (LLMs) with real-time, external context from your own data. In this session, learn why it matters and how each component—from query rewriting to dense retrieval to semantic chunking—works behind the scenes to power more accurate, grounded, and up-to-date responses.&lt;/td&gt;&#xA;          &lt;td&gt;Are you interested in building LLM applications that actually work? Your chunking strategy makes all the difference. In this video, get a  break down of the science of text chunking so your embeddings can start answering the right questions to your users.&lt;/td&gt;&#xA;          &lt;td&gt;Everyone’s talking about embedding models lately—but what do they actually do, and why does it matter? This video breaks it down in simple terms and shows how embeddings power search, recommendations, and AI features behind the scenes.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;additional-resources&#34; class=&#34;group relative&#34;&gt;&#xA;  Additional Resources&#xA;  &lt;a href=&#34;#additional-resources&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;table&gt;&#xA;  &lt;thead&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;          &lt;th&gt;&lt;/th&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/thead&gt;&#xA;  &lt;tbody&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=2jHtSLVUu0w&#34;&gt;&lt;strong&gt;LLM Session Management with Redis&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=LRswXEc5chE&#34;&gt;&lt;strong&gt;A Semantic Cache using LangChain&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=BtFJdSiFh00&#34;&gt;&lt;strong&gt;Similarity Search using Vector Store&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Developers building AI applications require a way to store the conversation history between an LLM and a user. This is important to provide context and maintain coherent conversations across sessions.&lt;/td&gt;&#xA;          &lt;td&gt;One common concern of developers building AI applications is how quickly answers from LLMs will be served to their end users, as well as how much it will cost. Learn how to implement semantic caching using LangChain and Redis.&lt;/td&gt;&#xA;          &lt;td&gt;Similarity search is one of the most popular use cases for developers building AI applications. It allows users to perform searches that can find semantically similar content using vector embeddings.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=jF89DiC5RqM&#34;&gt;&lt;strong&gt;Create a New Database on Redis Cloud&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=dINUz_XOZ0M&#34;&gt;&lt;strong&gt;Redis Insight: A Developer&#39;s Deep Dive&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=kQKfXi7NfWs&#34;&gt;&lt;strong&gt;Redis + Amazon SageMaker for real-time fraud detection demo&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;Learn how to create a new database on Redis Cloud in this step-by-step tutorial. Perfect for developers getting started with Redis Cloud for their AI and data applications.&lt;/td&gt;&#xA;          &lt;td&gt;This video breaks down Redis Insight and shows developers how to use this powerful tool for database management and development.&lt;/td&gt;&#xA;          &lt;td&gt;See how Redis integrates with Amazon SageMaker to build real-time fraud detection systems. This demo shows practical applications of Redis in machine learning and AI-powered fraud prevention.&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=1e2tM5kIJ5Y&#34;&gt;&lt;strong&gt;Redis + Amazon Bedrock in two minutes&lt;/strong&gt;&lt;/a&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;      &lt;tr&gt;&#xA;          &lt;td&gt;AWS has announced Redis Cloud as one of the few supported vector databases supported for Amazon Bedrock. Learn how to integrate Redis with Amazon Bedrock for your generative AI applications.&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;          &lt;td&gt;&lt;/td&gt;&#xA;      &lt;/tr&gt;&#xA;  &lt;/tbody&gt;&#xA;&lt;/table&gt;&#xA;&lt;h3 id=&#34;getting-started&#34; class=&#34;group relative&#34;&gt;&#xA;  Getting Started&#xA;  &lt;a href=&#34;#getting-started&#34; class=&#34;header-link opacity-0 group-hover:opacity-100 transition-opacity duration-200 ml-1 align-baseline&#34; aria-label=&#34;Link to this section&#34; title=&#34;Copy link to clipboard&#34;&gt;&#xA;    &lt;svg class=&#34;inline-block w-4 h-4 align-baseline&#34; fill=&#34;currentColor&#34; viewBox=&#34;0 0 20 20&#34; xmlns=&#34;http://www.w3.org/2000/svg&#34;&gt;&#xA;      &lt;path fill-rule=&#34;evenodd&#34; d=&#34;M12.586 4.586a2 2 0 112.828 2.828l-3 3a2 2 0 01-2.828 0 1 1 0 00-1.414 1.414 4 4 0 005.656 0l3-3a4 4 0 00-5.656-5.656l-1.5 1.5a1 1 0 101.414 1.414l1.5-1.5zm-5 5a2 2 0 012.828 0 1 1 0 101.414-1.414 4 4 0 00-5.656 0l-3 3a4 4 0 105.656 5.656l1.5-1.5a1 1 0 10-1.414-1.414l-1.5 1.5a2 2 0 11-2.828-2.828l3-3z&#34; clip-rule=&#34;evenodd&#34;&gt;&lt;/path&gt;&#xA;    &lt;/svg&gt;&#xA;  &lt;/a&gt;&#xA;&lt;/h3&gt;&#xA;&lt;p&gt;Ready to start building AI applications with Redis? Check out our:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
