Skip to content

Commit aae3949

Browse files
fixes docstring
1 parent c0be24f commit aae3949

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

redisvl/query/aggregate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from redisvl.utils.token_escaper import TokenEscaper
1010

1111

12-
# base class
1312
class AggregationQuery(AggregateRequest):
1413
"""
1514
Base class for aggregation queries used to create aggregation queries for Redis.

redisvl/query/query.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,7 @@ def __init__(
705705
params: Optional[Dict[str, Any]] = None,
706706
stopwords: Optional[Union[str, Set[str]]] = "english",
707707
):
708-
"""A query for running a full text and vector search, along with an optional
709-
filter expression.
708+
"""A query for running a full text search, along with an optional filter expression.
710709
711710
Args:
712711
text (str): The text string to perform the text search with.

0 commit comments

Comments
 (0)