post https://api.scale.com/v1/nucleus/indexing//internal/image
Dataset.create_image_index() -> AsyncJob
This endpoint will create an image index for a Dataset, or update the index if it already exists.
This will generate internal embeddings for each image in the dataset that does not already have an associated embedding. These embeddings are used for Autotag and similarity search.
This endpoint is limited to index up to only 2 million images at a time — if a request is made that exceeds this limit, the job will fail.