@@ -73,7 +73,7 @@ Redis is the **ideal foundation** for AI agents because it excels at the three t
7373- SVS-VAMANA leverages Intel hardware acceleration for enhanced performance
7474- Hybrid search combining vector similarity with metadata filtering
7575- Real-time updates without index rebuilds
76- - [ Learn more about Redis Vector Search →] ( /develop/interact /search-and-query/advanced-concepts/ vectors/ )
76+ - [ Learn more about Redis Vector Search →] ({{< relref " /develop/ai /search-and-query/vectors/" >}} )
7777
7878** Agent memory**
7979- ** Short-term** : Conversation context and session state
@@ -87,7 +87,7 @@ Redis is the **ideal foundation** for AI agents because it excels at the three t
8787
8888<div >
8989
90- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
90+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
9191<h3 class =" no-toc " >Conversational assistants</h3 >
9292
9393Build chatbots and virtual assistants that:
@@ -99,7 +99,7 @@ Build chatbots and virtual assistants that:
9999[ Build a conversational agent →] ( ../ )
100100</div >
101101
102- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
102+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
103103<h3 class =" no-toc " >Recommendation engines</h3 >
104104
105105Create intelligent recommendation systems that:
@@ -111,7 +111,7 @@ Create intelligent recommendation systems that:
111111[ Build a recommendation agent →] ( ../ )
112112</div >
113113
114- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
114+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
115115<h3 class =" no-toc " >Task automation agents</h3 >
116116
117117Automate complex workflows and business processes:
@@ -121,7 +121,7 @@ Automate complex workflows and business processes:
121121- Monitor and report on task completion
122122</div >
123123
124- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
124+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
125125<h3 class =" no-toc " >Data analysis agents</h3 >
126126
127127Process and analyze large datasets intelligently:
@@ -131,7 +131,7 @@ Process and analyze large datasets intelligently:
131131- Create visualizations and dashboards
132132</div >
133133
134- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
134+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
135135<h3 class =" no-toc " >Content generation agents</h3 >
136136
137137Create and manage content at scale:
@@ -145,7 +145,7 @@ Create and manage content at scale:
145145
146146<div >
147147
148- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
148+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
149149<h3 class =" no-toc " >Customer support agents</h3 >
150150
151151Provide intelligent customer service:
@@ -155,7 +155,7 @@ Provide intelligent customer service:
155155- Learn from interactions to improve responses
156156</div >
157157
158- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
158+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
159159<h3 class =" no-toc " >Research and retrieval agents</h3 >
160160
161161Find and synthesize information from multiple sources:
@@ -165,7 +165,7 @@ Find and synthesize information from multiple sources:
165165- Maintain up-to-date knowledge repositories
166166</div >
167167
168- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
168+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
169169<h3 class =" no-toc " >Monitoring and alerting agents</h3 >
170170
171171Watch systems and notify when action is needed:
@@ -175,7 +175,7 @@ Watch systems and notify when action is needed:
175175- Suggest remediation actions
176176</div >
177177
178- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
178+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
179179<h3 class =" no-toc " >Personal productivity agents</h3 >
180180
181181Help users manage tasks and information:
@@ -185,7 +185,7 @@ Help users manage tasks and information:
185185- Learn user preferences and habits
186186</div >
187187
188- <div class =" bg-gray-50 dark:bg-gray-800 p-4 rounded-lg border border-gray-200 dark:border-gray-700 mb-4 " >
188+ <div class =" bg-gray-50 p-4 rounded-lg border border-gray-200 mb-4 " >
189189<h3 class =" no-toc " >Trading and financial agents</h3 >
190190
191191Make intelligent financial decisions:
@@ -269,7 +269,7 @@ Understanding how to map agent memory needs to Redis data structures is crucial
269269- Key benefits: High-performance vector similarity search, multiple distance metrics, real-time indexing
270270- Implementation: RAG systems, semantic memory, content discovery, personalized recommendations
271271- Queries: K-nearest neighbor search, range queries, hybrid filtering with metadata
272- - [ Learn about Redis Vector Sets →] ( /develop/data-types/vector/ )
272+ - [ Learn about Redis Vector Sets →] ({{< relref " /develop/data-types/vector-sets" >}} )
273273
274274### Redis Sorted Sets for Rankings and Priorities
275275
@@ -329,21 +329,21 @@ Production-ready agents include built-in reliability features:
329329- Load balancing: Distribute requests across agent instances
330330- Redis clustering: Scale data storage across multiple nodes
331331- Caching layers: CDN for static content, Redis for dynamic data
332- - [ Learn about Redis scaling →] ( /operate/rs/clusters/ )
332+ - [ Learn about Redis scaling →] ({{< relref " /operate/rs/clusters" >}} )
333333
334334### Cost Optimization
335335
336336- LLM cost management: Use appropriate models for different tasks
337337- Redis memory optimization: Efficient data structures and TTL policies
338338- API rate limiting: Prevent excessive external API calls
339339- Resource monitoring: Track and optimize compute and storage costs
340- - [ Redis performance optimization →] ( /operate/rs/administering/database-operations/ memory-performance/ )
340+ - [ Redis performance optimization →] ({{< relref " /operate/rs/databases/ memory-performance" >}} )
341341
342342---
343343
344344## Key takeaways
345345
346- <div class =" bg-gray-50 dark:bg-gray-800 p-6 rounded-lg border border-gray-200 dark:border-gray-700 my-8 " >
346+ <div class =" bg-gray-50 p-6 rounded-lg border border-gray-200 my-8 " >
347347
348348** What makes agents different:**
349349Agents maintain memory, plan multi-step tasks, and learn from interactions—unlike simple chatbots.
@@ -361,16 +361,16 @@ Conversational assistants, recommendation engines, and complex multi-agent syste
361361Ready to build your AI agent with Redis?
362362
363363** Get started:**
364- - [ Use the agent builder] ( /develop/ai/agent-builder/ ) to generate your code and get started
365- - [ Redis quick start guide] ( /develop/get-started/ ) for setting up Redis
364+ - [ Use the agent builder] ({{< relref " /develop/ai/agent-builder" >}} ) to generate your code and get started
365+ - [ Redis quick start guide] ({{< relref " /develop/get-started" >}} ) for setting up Redis
366366
367367** Learn more:**
368- - [ Redis Vector Search documentation] ( / develop/interact /search-and-query/advanced-concepts/ vectors/ )
369- - [ RedisVL Python library] ( / develop/clients/redisvl/ ) for vector operations and AI workflows
368+ - [ Redis Vector Search documentation] ({{< relref " develop/ai /search-and-query/vectors" >}} )
369+ - [ RedisVL Python library] ({{< relref " develop/clients/redis-vl" >}} ) for vector operations and AI workflows
370370- [ Redis data structures guide] ( /develop/data-types/ )
371- - [ Redis client libraries] ( /develop/clients/ ) for your programming language
371+ - [ Redis client libraries] ({{< relref " /develop/clients" >}} ) for your programming language
372372
373373** Deploy and scale:**
374- - [ Redis Cloud] ( /operate/rc/ ) for managed Redis hosting
375- - [ Redis Enterprise] ( /operate/rs/ ) for on-premises deployment
376- - [ Performance optimization] ( /operate/rs/administering/database-operations/ memory-performance/ ) best practices
374+ - [ Redis Cloud] ({{< relref " /operate/rc" >}} ) for managed Redis hosting
375+ - [ Redis Enterprise] ({{< relref " /operate/rs" >}} ) for on-premises deployment
376+ - [ Performance optimization] ({{< relref " /operate/rs/databases/ memory-performance" >}} ) best practices
0 commit comments