@@ -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/interact/search-and-query/advanced-concepts/vectors" >}} )
7777
7878** Agent memory**
7979- ** Short-term** : Conversation context and session state
@@ -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" >}} )
273273
274274### Redis Sorted Sets for Rankings and Priorities
275275
@@ -329,15 +329,15 @@ 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/administering/database-operations/memory-performance" >}} )
341341
342342---
343343
@@ -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/interact/search-and-query/advanced-concepts/vectors" >}} )
369+ - [ RedisVL Python library] ({{< relref " /develop/clients/redisvl" >}} ) 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/administering/database-operations/memory-performance" >}} ) best practices
0 commit comments