aadd#

async langchain_core.runnables.utils.aadd(addables: AsyncIterable[Addable]) Addable | None[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]