Enable dataset indexing. Examples are indexed by their inputs.
This enables searching for similar examples by inputs with
client.similar_examples().
| Name | Type | Description |
|---|---|---|
dataset_id* | Union[UUID, str] | The ID of the dataset to index. |
tag | Optional[str] | Default: 'latest'The version of the dataset to index. If 'latest' then any updates to the dataset (additions, updates, deletions of examples) will be reflected in the index. |
**kwargs | Any | Default: {}Additional keyword arguments to pass as part of request body. |