Skip to content

update for redisvl 0.17.0#3087

Open
github-actions[bot] wants to merge 1 commit intomainfrom
redisvl_docs_sync_0.17.0
Open

update for redisvl 0.17.0#3087
github-actions[bot] wants to merge 1 commit intomainfrom
redisvl_docs_sync_0.17.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Apr 23, 2026

update for redisvl 0.17.0


Note

Low Risk
Low risk documentation-only change: updates internal links to use Hugo relref, which could cause broken navigation if any target slugs are incorrect.

Overview
Updates RedisVL 0.17.0 concept docs to replace hardcoded relative markdown links with Hugo {{< relref ... >}} shortcodes for Related concepts and Learn more cross-references.

This standardizes internal linking across pages like architecture, extensions, field-attributes, mcp, queries, search-and-indexing, and utilities to align with site routing/slugs.

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

@jit-ci
Copy link
Copy Markdown

jit-ci Bot commented Apr 23, 2026

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

Copy link
Copy Markdown

@cursor cursor Bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

❌ 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 325592d. Configure here.

- you want to reuse an existing Redis index without rebuilding retrieval logic in every client

For setup steps, config, commands, and examples, see [Run RedisVL MCP](../user_guide/how_to_guides/mcp.md).
For setup steps, config, commands, and examples, see [Run RedisVL MCP]({{< relref "../user_guide/how_to_guides/mcp" >}}).
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Broken relref link to non-existent how_to_guides/mcp page

High Severity

The relref link targets ../user_guide/how_to_guides/mcp, but there is no how_to_guides subdirectory under user_guide/. While the old markdown link (../user_guide/how_to_guides/mcp.md) was also broken, converting it to a Hugo relref shortcode is worse — Hugo's relref causes a build failure when the target page doesn't exist, potentially preventing the entire site from deploying.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 325592d. Configure here.

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.

0 participants