update for redisvl 0.23.0 - #3589
Merged
Merged
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
Contributor
Author
paoloredis
approved these changes
Jul 6, 2026
EliShteinman
added a commit
to EliShteinman/docs
that referenced
this pull request
Jul 18, 2026
Update RedisVL docs for 0.23.0 (MCP guides + router API).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
update for redisvl 0.23.0
Note
Low Risk
Markdown-only documentation changes with no runtime or deployment logic in this repo; risk is limited to doc accuracy for operators configuring MCP.
Overview
Documentation is refreshed for RedisVL 0.23.0, mainly around MCP and a small Semantic Router API note.
Semantic Router:
delete()is documented as removing both the semantic router index and its persisted route config (not just the index).RedisVL MCP is rewritten from a single-index model to one server, one or more logical index bindings (
indexes.<id>). New or expanded coverage includes thelist-indexesdiscovery tool, optionalindexonsearch-records/upsert-records(required when multiple indexes are configured; omitted on single-index for backward compatibility), echoedindexin responses, global vs per-indexread_only, and whenupsert-recordsis registered vs rejected withforbidden. Concepts and how-to guides add multi-index YAML examples, index-selection rules, discovery-first client flows, and clarified search-tool description behavior on multi-index servers.HTTP transport security is documented as default Host / Origin allowlist validation (DNS rebinding mitigation), with
server.transport_security,REDISVL_MCP_ALLOWED_HOSTS/ALLOWED_ORIGINS, proxy/gateway tuning (enabled: false,allow_any_origin), and notes for0.0.0.0binds. The authentication guide ties JWT auth to this layer and adds proxy Host header guidance.Reviewed by Cursor Bugbot for commit 29dc831. Bugbot is set up for automated code reviews on this repo. Configure here.