Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/develop/ai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Redis stores and indexes vector embeddings that semantically represent unstructu
<div class="grid grid-cols-1 md:grid-cols-3 gap-6 my-8">
{{< image-card image="images/ai-lib.svg" alt="AI Redis icon" title="Redis vector Python client library documentation" url="/develop/ai/redisvl/" >}}
{{< image-card image="images/ai-cube.svg" alt="AI Redis icon" title="Use Redis Search to search data" url="/develop/ai/search-and-query/" >}}
{{< image-card image="images/ai-brain.svg" alt="AI Redis icon" title="Use LangCache to store LLM responses" url="/develop/ai/langcache/" >}}
{{< 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/" >}}
</div>

## Redis Feature Form
Expand Down
4 changes: 2 additions & 2 deletions layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h3 class="text-base font-medium mb-1 group-hover:text-redis-yellow-500">Streams
</div>

<!-- Middle Layer: Redis (Highlighted) -->
<div class="relative bg-redis-red-10 border border-redis-red-500 rounded-lg p-4 shadow-xl text-center">
<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">
<!-- Redis Logo Badge -->
<div class="absolute -left-6 top-1/2 -translate-y-1/2">
<svg width="37" height="37" viewBox="0 0 37 37" fill="none" xmlns="http://www.w3.org/2000/svg">
Expand All @@ -296,7 +296,7 @@ <h3 class="text-base font-medium mb-1 group-hover:text-redis-yellow-500">Streams
<div class="text-xs text-redis-red-500 opacity-60 mt-2">
Memory, retrieval, state, streaming
</div>
</div>
</a>

<!-- Connection Arrow -->
<div class="flex justify-center -my-1">
Expand Down
Loading