langchain_core.runnables.utils.aadd¶

async langchain_core.runnables.utils.aadd(addables: AsyncIterable[Addable]) Optional[Addable][source]¶

Asynchronously add a sequence of addable objects together.

Parameters

addables (AsyncIterable[Addable]) –

Return type

Optional[Addable]