Skip to content

Commit 6c677ae

Browse files
makseqcaitlinwheeless
and
caitlinwheeless
authored
docs: Update direct uploads warning (#6686)
Co-authored-by: caitlinwheeless <[email protected]>
1 parent dcabee2 commit 6c677ae

File tree

2 files changed

+31
-10
lines changed

2 files changed

+31
-10
lines changed

docs/source/guide/tasks.md

+26-10
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,20 @@ Get data into Label Studio by importing files, referencing URLs, or syncing with
4141
* It’s best to keep about 100k tasks / 100k annotations per project for optimal performance.
4242
* Avoid frequent imports because each new import requires lengthy background operations. One import per 30 seconds will work without overloads.
4343

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.
4848

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.
5058

5159

5260
## 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
506514

507515
## Import data from the Label Studio UI
508516

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.
513521

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.
515531

516532
To import data from the Label Studio UI, do the following:
517533
1. On the Label Studio UI, open the Data Manager page for a specific project.

docs/themes/v2/source/css/styles.css

+5
Original file line numberDiff line numberDiff line change
@@ -984,6 +984,11 @@ ul {
984984
padding-left: 1.5rem;
985985
}
986986

987+
.content-markdown div.admonition ol,
988+
.content-markdown div.admonition ul {
989+
padding-left: 3.0rem;
990+
}
991+
987992
/*
988993
.content-markdown ol li ul li {
989994
margin-top: 0;

0 commit comments

Comments
 (0)