deepset-ai / deepset-cloud-sdk

A Python SDK to interact with deepset Cloud
Apache License 2.0
9 stars 2 forks source link

Capability to upload files in nested folders #33

Closed rjanjua closed 1 year ago

rjanjua commented 1 year ago

User Story As a developer I want to upload files in a complex folder structure So that I don't have to move files into a predefined structure

Relevant Links

Acceptance Criteria

Task List

rjanjua commented 1 year ago

@ArzelaAscoIi

ArzelaAscoIi commented 1 year ago

This is implemented by adding the --recursive argument to upload files method or recursive to the SDK :)