Reduce
Moment Group
Merge contiguous temporal intervals into consolidated video moments, grouped by parent object
Note: This playground provides simulated output to showcase functionality. No data is processed on our servers. Use this demo to explore the stage's configuration options before integrating it into your retriever pipeline.
Configuration
string
Field to group results by parent video/object (e.g. 'source_object_id', 'root_object_id').
string
Source of temporal intervals: 'query_chunks' (from feature_search) or a dot-path like 'metadata.start_ms'.
integer
Maximum gap in ms between intervals before they split into separate moments (0-60000).
integer
Maximum moments returned per parent, sorted by score (1-100).
string
How to aggregate scores across merged intervals: 'max', 'avg', or 'sum'.
number
Drop moments scoring below this threshold (0.0-1.0).
string
'annotated' keeps the best document per parent and attaches a moments array; 'moments_only' emits standalone moment documents.
Output
No output yet
Configure the stage parameters and click "Run Stage" to see the simulated output.