Attach a file to the request form-data. PDFs and csvs are automatically
parsed. For csv files, if you need certain cells to be added as metadata, make
sure the metadata columms already exist in the dataset.
For csv files, make sure there is a column named “text”, or else no
embeddings will be generated. This column is the one you want embedded.
JSON stringified metadata to attach to the document. Must be a valid JSON
string. Supported metadata value types are: string, number, boolean, and array
of strings.