Skip to content

Commit b99babd

Browse files
authored
Added comment about min data rows for current demo
1 parent 33fdf4e commit b99babd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/basics/custom_embeddings.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
"outputs": [],
161161
"source": [
162162
"# get images from a Labelbox dataset\n",
163+
"# Our systems start to process data after 1000 embeddings of each type, for this demo make sure your dataset is over 1000 data rows",
163164
"dataset = client.get_dataset(\"<ADD YOUR DATASET ID>\")\n",
164165
"drs = list(dataset.export_data_rows(timeout_seconds=9999))\n",
165166
"data_row_ids = [dr.uid for dr in drs]"

0 commit comments

Comments
 (0)