We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0be24f commit aae3949Copy full SHA for aae3949
redisvl/query/aggregate.py
@@ -9,7 +9,6 @@
9
from redisvl.utils.token_escaper import TokenEscaper
10
11
12
-# base class
13
class AggregationQuery(AggregateRequest):
14
"""
15
Base class for aggregation queries used to create aggregation queries for Redis.
redisvl/query/query.py
@@ -705,8 +705,7 @@ def __init__(
705
params: Optional[Dict[str, Any]] = None,
706
stopwords: Optional[Union[str, Set[str]]] = "english",
707
):
708
- """A query for running a full text and vector search, along with an optional
709
- filter expression.
+ """A query for running a full text search, along with an optional filter expression.
710
711
Args:
712
text (str): The text string to perform the text search with.
0 commit comments