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]) – The addable objects to add.
- Returns
The result of adding the addable objects.
- Return type
Optional[Addable]