diff --git a/content/develop/ai/redisvl/api/query.md b/content/develop/ai/redisvl/api/query.md index b87286352..983d2a805 100644 --- a/content/develop/ai/redisvl/api/query.md +++ b/content/develop/ai/redisvl/api/query.md @@ -835,7 +835,7 @@ returned in addition to any others implicitly specified. Otherwise, fields should be given in the format of @field. * **Parameters:** - **fields** (*List* *[* *str* *]*) + **fields** (*str*) * **Return type:** *AggregateRequest* @@ -876,7 +876,7 @@ AggregateRequest() .group_by("@customer", r.sum("@paid").alias(FIELDN `` * **Parameters:** - **fields** (*List* *[* *str* *]*) + **fields** (*str*) * **Return type:** *AggregateRequest*