Skip to content

Commit 521cf17

Browse files
Update for redisvl 0.8.0 (#1958)
Co-authored-by: redisdocsapp[bot] <177626021+redisdocsapp[bot]@users.noreply.github.com>
1 parent 1162d32 commit 521cf17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/develop/ai/redisvl/api/query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ returned in addition to any others implicitly specified.
835835
Otherwise, fields should be given in the format of @field.
836836

837837
* **Parameters:**
838-
**fields** (*List* *[* *str* *]*)
838+
**fields** (*str*)
839839
* **Return type:**
840840
*AggregateRequest*
841841

@@ -876,7 +876,7 @@ AggregateRequest() .group_by("@customer", r.sum("@paid").alias(FIELDN
876876
``
877877

878878
* **Parameters:**
879-
**fields** (*List* *[* *str* *]*)
879+
**fields** (*str*)
880880
* **Return type:**
881881
*AggregateRequest*
882882

0 commit comments

Comments
 (0)