docs(MCP): [5/5] add RedisVL MCP server and documentation#547
docs(MCP): [5/5] add RedisVL MCP server and documentation#547vishal-bala wants to merge 2 commits intofeat/RAAE-1399-mcp-clifrom
Conversation
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f9f02b01ed
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| attrs: | ||
| dims: 1536 | ||
| datatype: float32 |
There was a problem hiding this comment.
Include required vector algorithm in schema_overrides example
This schema_overrides example omits algorithm, but RedisVL requires vector attrs to include it when constructing the effective schema. In the exact scenario where overrides are needed (older FT.INFO output missing vector attrs), this config will fail startup during schema validation (FieldFactory.pick_vector_field_type raises "Must provide algorithm param for the vector field" in redisvl/schema/fields.py). Please include algorithm here (and typically distance_metric) so the documented override path is runnable.
Useful? React with 👍 / 👎.
nkanu17
left a comment
There was a problem hiding this comment.
LGTM
May need an example in user_guides or ai-resources!
|
|
||
| +++ | ||
| LLM Caching • Filtering • Vectorizers • Reranking | ||
| LLM Caching • Filtering • MCP • Reranking |
…s/RAAE-1532-mcp-docs
Summary
search-records/upsert-recordstoolsNote
Low Risk
Documentation-only changes that add MCP guidance and adjust spec examples/contract details; low risk aside from potentially confusing users if CLI/config semantics are misdocumented.
Overview
Adds end-user documentation for running RedisVL as an MCP server: README updates (install
redisvl[mcp],rvl mcpusage, read-only mode) plus new docs pages for MCP concepts and a detailed how-to with config, tool contracts, and troubleshooting.Updates docs navigation and installation guidance to surface MCP, and aligns the MCP specs/examples by removing
search_typefrom requests, moving read-only control to CLI/env, and clarifying upsert embedding behavior (noembed_text_field; always usesruntime.default_embed_text_fieldwhen embedding is needed).Written by Cursor Bugbot for commit 6ffa14a. This will update automatically on new commits. Configure here.