Skip to content

update for redisvl 0.27.1 - #3931

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
redisvl_docs_sync_0.27.1
Open

update for redisvl 0.27.1#3931
github-actions[bot] wants to merge 1 commit into
mainfrom
redisvl_docs_sync_0.27.1

Conversation

@github-actions

@github-actions github-actions Bot commented Sep 5, 2026

Copy link
Copy Markdown
Contributor

update for redisvl 0.27.1


Note

Low Risk
Documentation-only changes with no runtime or config impact in this repository.

Overview
Updates RedisVL documentation for 0.27.1, focusing on filter API behavior, MCP filter safety, and example query strings.

Filter API (filter.md) adds notes that Text ==/!= render values as quoted phrases (with "/\ normalized) while % passes raw patterns (with injection caveats). Num.between and GeoRadius docs now spell out accepted types, bounds, inclusive options, and TypeError/ValueError cases; Geo documents Redis’s ±85.05° latitude indexing limit.

MCP (mcp.md) revises how caller filters stay inside their clause: text eq/ne is handled inside Text (quoted phrase); text like stays raw with delimiter escaping at the MCP boundary.

Complex filtering guide wraps single-clause filters in parentheses in sample Redis query strings (e.g. (@credit_score:{high}), (@job:("engineer"))) and adds the same literal vs pattern guidance for Text.

Reviewed by Cursor Bugbot for commit bdc0e89. Bugbot is set up for automated code reviews on this repo. 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