Currently, a dataset can have a maximum of 1000 rows. If the number of rows > 1000, API will throw 400
Fields in a single dataset rowA dataset row can have any key-value pairs. Support data types for value are:
integer
string
boolean
object
array
Just make sure a particular key has the same type across all the rows.
Otherwise API will throw 400 for failed validation. Example, if one of the
keys is ‘query’, make sure ‘query’ has same data type across all the rows.
Assistant
Responses are generated using AI and may contain mistakes.