Set Continuous Indexing

📘

Click for Python SDK

Dataset.set_continuous_indexing(enable: bool) -> dict

This endpoint enables or disables image level continuous indexing for a Dataset, provided that one exists.

When continuous indexing is enabled, embeddings will be automatically generated for each image appended to the dataset. These embeddings are used for Autotag and similarity search. When continuous indexing is disabled, embeddings will not be generated for newly uploaded images. Enabling continuous indexing will also automatically kick off an image indexing job to index existing images without embeddings in the Dataset.

Continuous indexing is enabled by default on all newly created Datasets as of November 30, 2021.

You will not be able to toggle continuous indexing if there is a currently running image indexing job within the last two days. To see a list of your currently running async jobs, use the async job polling endpoint.

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!