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
Copy file name to clipboardexpand all lines: docs/source/guide/tasks.md
+26-10
Original file line number
Diff line number
Diff line change
@@ -41,12 +41,20 @@ Get data into Label Studio by importing files, referencing URLs, or syncing with
41
41
* It’s best to keep about 100k tasks / 100k annotations per project for optimal performance.
42
42
* Avoid frequent imports because each new import requires lengthy background operations. One import per 30 seconds will work without overloads.
43
43
44
-
!!! warning
45
-
For large projects or business critical projects, do not [upload media files through the Label Studio interface](#Import-data-from-the-Label-Studio-UI). This is especially true for files such as images, audio, video, timeseries, etc.
46
-
47
-
Uploading data through the Label Studio UI works fine for proof of concept projects, but it is not recommended for larger projects. You will also face challenges when you want export your data or move it to another Label Studio instance or even just redeploy Label Studio. Finally, Label Studio is not designed as a hosting service at scale and does not have backups for imported media resources.
44
+
!!! attention
45
+
For large projects or business critical projects, do not [upload media files through the Label Studio interface](#Import-data-from-the-Label-Studio-UI). This is especially true for files such as images, audio, video, timeseries, etc.
46
+
47
+
Uploading data through the Label Studio UI works fine for proof of concept projects, but it is not recommended for larger projects. Label Studio is not designed as a hosting service at scale and does not have backups for imported media resources.
48
48
49
-
We strongly recommend that you configure [source storage](storage) instead.
49
+
**Risks when uploading through the UI**:<br />
50
+
You will face challenges when attempting to do the following:
51
+
52
+
* Importing tasks with predictions
53
+
* Exporting your data
54
+
* Moving your data to another Label Studio instance
55
+
* Redeploying Label Studio
56
+
57
+
We ***strongly*** recommend that you configure [source storage](storage) instead.
50
58
51
59
52
60
## Types of data you can import into Label Studio
@@ -506,12 +514,20 @@ If you're running Label Studio on Docker and want to add local file storage, you
506
514
507
515
## Import data from the Label Studio UI
508
516
509
-
!!! warning
510
-
For large projects or business critical projects, do not upload media files through the Label Studio interface. This is especially true for files such as images, audio, video, timeseries, etc.
511
-
512
-
Uploading data through the Label Studio UI works fine for proof of concept projects, but it is not recommended for larger projects. You will also face challenges when you want export your data or move it to another Label Studio instance or even just redeploy Label Studio. Finally, Label Studio is not designed as a hosting service at scale and does not have backups for imported media resources.
517
+
!!! attention
518
+
For large projects or business critical projects, do not [upload media files through the Label Studio interface](#Import-data-from-the-Label-Studio-UI). This is especially true for files such as images, audio, video, timeseries, etc.
519
+
520
+
Uploading data through the Label Studio UI works fine for proof of concept projects, but it is not recommended for larger projects. Label Studio is not designed as a hosting service at scale and does not have backups for imported media resources.
513
521
514
-
We strongly recommend that you configure [source storage](storage) instead.
522
+
**Risks when uploading through the UI**:<br />
523
+
You will face challenges when attempting to do the following:
524
+
525
+
* Importing tasks with predictions
526
+
* Exporting your data
527
+
* Moving your data to another Label Studio instance
528
+
* Redeploying Label Studio
529
+
530
+
We ***strongly*** recommend that you configure [source storage](storage) instead.
515
531
516
532
To import data from the Label Studio UI, do the following:
517
533
1. On the Label Studio UI, open the Data Manager page for a specific project.
0 commit comments