Skip to content

Commit 788f368

Browse files
vishal-balaclaude
andauthored
docs: fix 404 vector range query link in docstring (#647)
## Summary Fixes #622 The `VectorRangeQuery` docstring linked to a stale Redis docs URL that now returns a 404: - Old (404): `https://redis.io/docs/interact/search-and-query/search/vectors/#range-query` - New (200): `https://redis.io/docs/latest/develop/ai/search-and-query/vectors/#range-query` The new URL matches the style already used by the `VectorQuery` docstring link in the same file. ## Notes - Docstring-only change; no code behavior is affected, so the commit carries `[skip ci]`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Documentation URL change only; no executable code paths are affected. > > **Overview** > Updates the **VectorRangeQuery** docstring “Note” link from the old `redis.io/docs/interact/...` path (404) to `redis.io/docs/latest/develop/ai/search-and-query/vectors/#range-query`, matching the **VectorQuery** docstring in the same file. > > Docstring-only; no runtime or API behavior changes. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 285447d. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY --> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 0000a0f commit 788f368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

redisvl/query/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,7 +926,7 @@ def __init__(
926926
TypeError: If filter_expression is not of type redisvl.query.FilterExpression
927927
928928
Note:
929-
Learn more about vector range queries: https://redis.io/docs/interact/search-and-query/search/vectors/#range-query
929+
Learn more about vector range queries: https://redis.io/docs/latest/develop/ai/search-and-query/vectors/#range-query
930930
931931
"""
932932
self._vector = vector

0 commit comments

Comments
 (0)