ucbepic / docetl

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

Make resolve operator more efficient #157

Open shreyashankar opened 1 week ago

shreyashankar commented 1 week ago

We can enumerate pairs and run blocking in a more performant language. We can also do the union-find in a more performant language.