Skip to content

Commit b33a4db

Browse files
authored
fix: broken link in VectorQuery docs (#426)
broken link to search in the docstring
1 parent 41c322a commit b33a4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redisvl/query/query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@ def __init__(
505505
TypeError: If filter_expression is not of type redisvl.query.FilterExpression
506506
507507
Note:
508-
Learn more about vector queries in Redis: https://redis.io/docs/interact/search-and-query/search/vectors/#knn-search
508+
Learn more about vector queries in Redis: https://redis.io/docs/latest/develop/ai/search-and-query/vectors/#knn-vector-search
509509
"""
510510
self._vector = vector
511511
self._vector_field_name = vector_field_name

0 commit comments

Comments
 (0)