Ai index and ai video page update #3346
Conversation
Add AI agents section, context engine services overview, how-to items, quickstarts, and best practices links for agent builder, how agents work, LangCache, Agent Memory, Context Retriever, and Data Integration. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ection Update the Redis for AI index with context engine how-tos, tutorial links for agent memory and Redis Iris, blog posts on agents and context engineering, and video collection updates for agent memory and vector search content. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b9b3bfe. Configure here.
|
|
||
| * [Build your first AI agent]({{< relref "/develop/ai/agent-builder" >}}) — Use the interactive agent builder to generate production-ready agent code. | ||
| * [How agents work]({{< relref "/develop/ai/agent-builder/agent-concepts" >}}) — Learn the agent processing cycle, memory architecture, and Redis data structures for agents. | ||
| * [Redis Notebooks for LangGraph](https://github.com/redis-developer/langgraph-redis/tree/main/examples) — End-to-end agent examples using LangGraph and Redis. |
There was a problem hiding this comment.
Duplicate link on same page in two sections
Low Severity
The "Redis Notebooks for LangGraph" link to https://github.com/redis-developer/langgraph-redis/tree/main/examples is added twice on the same page — once under "Quickstarts > Agents" and again under "Tutorials > Agents" — with slightly different descriptions. This redundancy on a single index page appears to be an oversight rather than intentional cross-referencing, since both entries were newly added in this PR.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit b9b3bfe. Configure here.


add context engine info and links to tutorials and blogs along with links to recent videos
Note
Low Risk
Low risk documentation-only updates; main risk is broken or mis-targeted internal/external links and navigation wording changes.
Overview
Updates the AI docs landing page (
content/develop/ai/_index.md) to shift emphasis from vector search-only to AI agents and the Context Engine (Redis Iris), adding an agents overview, listing the four managed Context Engine services, and expanding the How to’s/Concepts/Quickstarts/Tutorials/Best practices sections with new agent-, memory-, caching-, and data-integration links.Refreshes the video collection (
content/develop/ai/ai-videos.md) by adding new vector-search videos and a new “AI Agents and Context Engine” section with recent Agent Memory/LangCache/Context Engine/MCP Server videos.Reviewed by Cursor Bugbot for commit b9b3bfe. Bugbot is set up for automated code reviews on this repo. Configure here.