Skip to content

Commit 7025d0a

Browse files
committed
Merge upstream PR redis#3313 (DOC-6615) into feature/docker-support
Link home page and AI index to Context Engine. Upstream merge commit: a21965d Content commit: 67fbcf3
2 parents 9852070 + a21965d commit 7025d0a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/develop/ai/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Redis stores and indexes vector embeddings that semantically represent unstructu
1616
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 my-8">
1717
{{< image-card image="images/ai-lib.svg" alt="AI Redis icon" title="Redis vector Python client library documentation" url="/develop/ai/redisvl/" >}}
1818
{{< image-card image="images/ai-cube.svg" alt="AI Redis icon" title="Use Redis Search to search data" url="/develop/ai/search-and-query/" >}}
19-
{{< image-card image="images/ai-brain.svg" alt="AI Redis icon" title="Use LangCache to store LLM responses" url="/develop/ai/langcache/" >}}
19+
{{< image-card image="images/ai-brain.svg" alt="AI Redis icon" title="Give AI agents the context engine they need with Redis Iris." url="/develop/ai/context-engine/" >}}
2020
</div>
2121

2222
## Redis Feature Form

layouts/home.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ <h3 class="text-base font-medium mb-1 group-hover:text-redis-yellow-500">Streams
275275
</div>
276276

277277
<!-- Middle Layer: Redis (Highlighted) -->
278-
<div class="relative bg-redis-red-10 border border-redis-red-500 rounded-lg p-4 shadow-xl text-center">
278+
<a href="{{ relURL "develop/ai/context-engine/" }}" class="relative bg-redis-red-10 border border-redis-red-500 rounded-lg p-4 shadow-xl text-center block hover:border-redis-red-400 hover:bg-redis-red-10/80 transition-colors">
279279
<!-- Redis Logo Badge -->
280280
<div class="absolute -left-6 top-1/2 -translate-y-1/2">
281281
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
@@ -297,7 +297,7 @@ <h3 class="text-base font-medium mb-1 group-hover:text-redis-yellow-500">Streams
297297
<div class="text-xs text-redis-red-500 opacity-60 mt-2">
298298
Memory, retrieval, state, streaming
299299
</div>
300-
</div>
300+
</a>
301301

302302
<!-- Connection Arrow -->
303303
<div class="flex justify-center -my-1">

0 commit comments

Comments
 (0)