Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve upload and download features #1310

Merged
merged 116 commits into from
Apr 21, 2021
Merged

Improve upload and download features #1310

merged 116 commits into from
Apr 21, 2021

Conversation

Hironsan
Copy link
Member

Upload

  • Support a large file upload
  • Support a folder upload
  • Support multiple files upload
  • Support asynchronous upload
  • Enable to show upload progress

Ingestion

  • Support batch import to speed up the process
  • Support file validation
  • Import as much of the file's content as possible
  • Provide feedback on which file and what line is wrong and why.
  • Support 90 over encodings
  • Support auto encoding detection
  • Support saving filename

File format

  • Expand the available formats
  • Support for specifying columns for labels and text
  • Support for specifying schema of CoNLL(IOB2, IOE2, IOBES, BILOU)
  • Support for specifying separator(CSV, CoNLL)

Download

  • Support a large file download
  • Support asynchronous download
  • Support zip download
  • Support JSON download

Related issues

fix #1299
fix #1292
fix #1291
fix #1286
fix #1267
fix #1265
fix #1257
fix #1202
fix #1187
fix #1046
fix #1015
fix #999
fix #972
fix #929
fix #521
fix #482
fix #454
fix #295

@Hironsan Hironsan merged commit 29dfa3a into master Apr 21, 2021
@Hironsan Hironsan deleted the v1.3.0 branch April 21, 2021 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment