Uploading files to a datasetΒΆ
You can upload files to your dataset from the SDK. Provide the complete path to the file, and the complete name of the file as you want it to appear in Textual.
dataset.add_file('<path to file>','<file name>')
You can upload files to your dataset from the SDK. Provide the complete path to the file, and the complete name of the file as you want it to appear in Textual.
dataset.add_file('<path to file>','<file name>')