Reduce
Aggregate
Compute aggregations (COUNT, SUM, AVG, etc.) on pipeline results
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
array
Required
REQUIRED. List of aggregation operations to compute.
array | null
OPTIONAL. Fields to group by before aggregating.
string | null
OPTIONAL. Metric alias to sort results by.
string
Sort order for results.
integer | null
OPTIONAL. Max aggregation results to return.
boolean
Whether to include original documents alongside aggregation results.
Output
No output yet
Configure the stage parameters and click "Run Stage" to see the simulated output.