ucbepic / docetl

A system for agentic LLM-powered data processing and ETL
https://docetl.org
MIT License
1.26k stars 114 forks source link

fix: allow reduce_key types to be lists #162

Closed shreyashankar closed 5 days ago

shreyashankar commented 5 days ago

Closes #159 by checking if the value is of list-type and converting it to a sorted tuple if so.