Update Dataset Config
Update configuration for a dataset in the dataset_config JSONB column. Returns 204 No Content if no changes were made.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
dataset_id
Request
This endpoint expects an object.
embedding_id
Mapping of modality to embedding UUID.
encoder_name
Mapping of modality to encoder name.
hybrid_search
Hybrid search weights config.
metadata_fields_to_embed
metadata_fields_to_index
new_video_data_model
celebrity_detection_enabled
context_studio_enabled
agentic_search_metadata_description
Per-key descriptions of metadata fields. String value adds or overwrites; null value deletes that key (no-op if absent).
asset_identifier_key
The metadata field name that uniquely identifies each asset in the dataset.
context_studio_export_json_connection_name
The name of the connection required for external s3 export. (this is related to context_studio feature).
Response
Successful Response
dataset_id
embedding_id
encoder_name
hybrid_search
metadata_fields_to_embed
metadata_fields_to_index
new_video_data_model
celebrity_detection_enabled
context_studio_enabled
agentic_search_metadata_description
asset_identifier_key
Errors
422
Unprocessable Entity Error
