Skip to content

update for redisvl 0.27.0 - #3932

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

update for redisvl 0.27.0#3932
github-actions[bot] wants to merge 1 commit into
mainfrom
redisvl_docs_sync_0.27.0

Conversation

@github-actions

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

Copy link
Copy Markdown
Contributor

update for redisvl 0.27.0


Note

Low Risk
Documentation-only additions with no runtime or application code changes.

Overview
Adds a new version-pinned RedisVL doc tree at content/develop/ai/redisvl/0.27.0/, matching the existing per-release layout (landing page plus API reference).

The API reference is expanded or refreshed for 0.27.0, including an overview index and detailed pages for caches (SemanticCache with create_index, LangCache, embeddings cache), CLI (rvl, including experimental migrate commands), exceptions, filters, message history, and query types (vector/hybrid/SQL, SVS-VAMANA tuning, and related notes).

The integration landing page uses a 0.27.0 banner and routes under /develop/ai/redisvl/0.27.0/.

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

@cursor cursor Bot left a comment

Copy link
Copy Markdown

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 using high effort 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 a695659. Configure here.


print(str(f))

>> (@brand:{nike} @price:[-inf (100)])

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Filter example inverts price comparison

Medium Severity

The FilterExpression example names the condition price_is_over_100 but builds it with Num("price") < 100. The printed Redis query [-inf (100)] matches a less-than filter, so readers who copy this snippet will exclude prices at or above 100 instead of selecting them.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a695659. 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