Skip to content

Commit d994e24

Browse files
committed
down image max from 5m to 2m
1 parent fa835a3 commit d994e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nucleus/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1180,7 +1180,7 @@ def set_continuous_indexing(self, dataset_id: str, enable: bool = True):
11801180
def create_image_index(self, dataset_id: str):
11811181
"""
11821182
Starts generating embeddings for images that don't have embeddings in a given dataset. These embeddings will
1183-
be used for autotag and similarity search. This endpoint is limited to generating embeddings for 5 million
1183+
be used for autotag and similarity search. This endpoint is limited to generating embeddings for 2 million
11841184
images at a time. This endpoint is also currently only enabled for enterprise customers.
11851185
Please reach out to nucleus@scale.com if you wish to learn more.
11861186

0 commit comments

Comments
 (0)