You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story
The current implementation of download files (which is already really nice to have) always downloads a whole corpus. Though sometimes one wants to download just a smaller sample of the corpus to do experiments with. Therefore it would be nice to have the option to set a maximum amount of files to download.
Behaviour:
CLI:
deepset-cloud download --limit 100
SDK
download(limit=100)
to download just a subset of files
The text was updated successfully, but these errors were encountered:
As a quick fix you could just run deepset-cloud download and cancel the request after a couple of seconds/minutes etc. But thats definitely just a quick fix!
User Story
The current implementation of download files (which is already really nice to have) always downloads a whole corpus. Though sometimes one wants to download just a smaller sample of the corpus to do experiments with. Therefore it would be nice to have the option to set a maximum amount of files to download.
Behaviour:
CLI:
SDK
to download just a subset of files
The text was updated successfully, but these errors were encountered: