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 2d58f6a commit f29c8f8Copy full SHA for f29c8f8
redisvl/query/aggregate.py
@@ -336,7 +336,7 @@ def __init__(
336
337
if not all([isinstance(v, Vector) for v in self._vectors]):
338
raise TypeError(
339
- "vector arugment must be a Vector object or list of Vector objects."
+ "vector argument must be a Vector object or list of Vector objects."
340
)
341
342
query_string = self._build_query_string()
0 commit comments