Skip to content

RC/AI: Context Retriever#3336

Merged
mich-elle-luna merged 1 commit into
DOC-6447from
DOC-6613
May 18, 2026
Merged

RC/AI: Context Retriever#3336
mich-elle-luna merged 1 commit into
DOC-6447from
DOC-6613

Conversation

@cmilesb
Copy link
Copy Markdown
Contributor

@cmilesb cmilesb commented May 15, 2026

This is the best I can possibly do before Monday.


Note

Low Risk
Documentation-only changes that add new pages and adjust sidebar ordering; low risk aside from potential broken links/typos in new docs.

Overview
Adds a new Redis Context Retriever doc section, including a /develop overview page and new /operate/rc guides for creating a service, viewing services, and managing admin keys, plus a shared get-started embed.

Reorders Context Engine sidebar positioning by updating _index.md weight values for LangCache, Agent Memory, and the new Context Retriever entry.

Reviewed by Cursor Bugbot for commit 7d00849. Bugbot is set up for automated code reviews on this repo. Configure here.

@cmilesb cmilesb requested review from a team and mich-elle-luna May 15, 2026 21:16
@cmilesb cmilesb self-assigned this May 15, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 15, 2026

DOC-6613

@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented May 15, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link
Copy Markdown
Collaborator

@mich-elle-luna mich-elle-luna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you! just a typo and a question.


- Enter the field name in the **Field** cell.
- Select the **PK** checkbox if the field is a primary key. You must have at least one primary key.
- If the field is related to any other defined entities, select it from the **Related Entity** dropdown. This is usually set if the field contains primary keys of another entity. For example, you might have an
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- If the field is related to any other defined entities, select it from the **Related Entity** dropdown. This is usually set if the field contains primary keys of another entity. For example, you might have an
- If the field is related to any other defined entities, select it from the **Related Entity** dropdown. This is usually set if the field contains primary keys of another entity.


## Overview

Production agents fail not because the model is wrong, but because the context layer breaks. Enterprise data can be fragmented across multiple different databases, and can be disorganized. Teams try to patch this with text-to-SQL, OpenAPI-to-MCP wrappers, or hand-built tools — which works for demos but creates tool zoo sprawl, SQL risk, and agents that can't reliably choose the right path in production. Redis Context Retriever gives teams a governed, schema-first surface agents can traverse safely.
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Production agents fail not because the model is wrong, but because the context layer breaks. Enterprise data can be fragmented across multiple different databases, and can be disorganized. Teams try to patch this with text-to-SQL, OpenAPI-to-MCP wrappers, or hand-built tools — which works for demos but creates tool zoo sprawl, SQL risk, and agents that can't reliably choose the right path in production. Redis Context Retriever gives teams a governed, schema-first surface agents can traverse safely.
Production agents fail not because the model is wrong, but because the context layer breaks. Enterprise data can be fragmented across multiple different databases, and can be disorganized. Teams try to patch this with text-to-SQL, OpenAPI-to-MCP wrappers, or hand-built tools — which works for demos but creates tool sprawl, SQL risk, and agents that can't reliably choose the right path in production. Redis Context Retriever gives teams a governed, schema-first surface agents can traverse safely.

To create a Redis Context Retriever service, you will need a Redis Cloud database that already has relevant data. If you don't have one, see [Create a database]({{< relref "/operate/rc/databases/create-database" >}}). If your source data lives in a relational database, use [Redis Data Integration (RDI)]({{< relref "/operate/rc/databases/rdi" >}}) to ingest it into a Redis Cloud database first.

{{< note >}}
Agent Memory does not support the following databases during public preview:
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be a note about context retriever?

@mich-elle-luna mich-elle-luna merged commit 7e3faa2 into DOC-6447 May 18, 2026
64 checks passed
@mich-elle-luna mich-elle-luna deleted the DOC-6613 branch May 18, 2026 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants