We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 846d021 commit a9890b9Copy full SHA for a9890b9
nucleus/dataset.py
@@ -216,7 +216,10 @@ def append(
216
217
if len(dataset_items) > WARN_FOR_LARGE_UPLOAD and not asynchronous:
218
print(
219
- "WARNING: for large uploads we recommend uploading your images remotely to a cloud storage provider and then using asynchronous=True."
+ "Tip: for large uploads, get faster performance by importing your data "
220
+ "into Nucleus directly from a cloud storage provider. See "
221
+ "https://dashboard.scale.com/nucleus/docs/api?language=python#guide-for-large-ingestions"
222
+ " for details."
223
)
224
225
if asynchronous:
0 commit comments