You are correct. We have introduced a new type float32vector that holds a vector.
The term “list” or “array” is a misnomer in our doc as Dgraph is handling lists as “sets” (we’ll double check if it is clearly explained).
A set of strings makes sense but a set of floats does not. We didn’t want to introduce breaking changes so we have not changed the current behavior of lists, including list of floats.
No plans to introduce a regular “array” for other types at this stage.
1 Like