Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/develop/ai/redisvl/api/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*

Expand Down Expand Up @@ -876,7 +876,7 @@ AggregateRequest() .group_by("@customer", r.sum("@paid").alias(FIELDN
``

* **Parameters:**
**fields** (*List* *[* *str* *]*)
**fields** (*str*)
* **Return type:**
*AggregateRequest*

Expand Down