@@ -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 →] ({{< relref "/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
@@ -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 →] ({{< relref "/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
@@ -337,7 +337,7 @@ Production-ready agents include built-in reliability features:
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 →] ({{< relref "/operate/rs/administering/database-operations /memory-performance" >}})
340+ - [ Redis performance optimization →] ({{< relref "/operate/rs/databases /memory-performance" >}})
341341
342342---
343343
@@ -365,12 +365,12 @@ Ready to build your AI agent with Redis?
365365- [ Redis quick start guide] ({{< relref "/develop/get-started" >}}) for setting up Redis
366366
367367** Learn more:**
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
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/ )
371371- [ Redis client libraries] ({{< relref "/develop/clients" >}}) for your programming language
372372
373373** Deploy and scale:**
374374- [ Redis Cloud] ({{< relref "/operate/rc" >}}) for managed Redis hosting
375375- [ Redis Enterprise] ({{< relref "/operate/rs" >}}) for on-premises deployment
376- - [ Performance optimization] ({{< relref "/operate/rs/administering/database-operations /memory-performance" >}}) best practices
376+ - [ Performance optimization] ({{< relref "/operate/rs/databases /memory-performance" >}}) best practices
0 commit comments