mirror of
https://github.com/hwchase17/langchain.git
synced 2026-04-07 04:53:30 +00:00
This PR adds `batch as completed` method to the standard Runnable interface. It takes in a list of inputs and yields the corresponding outputs as the inputs are completed.