Was this section helpful?
Runnable
protocol, outlining its methods (invoke
, ainvoke
, stream
, astream
, batch
, abatch
) and how they form the standard interface for LCEL components.asyncio
module, which provides the foundation for concurrent and asynchronous operations leveraged by LCEL's ainvoke
, astream
, and abatch
methods.