Asynchronously apply updates to the graph state in bulk. Requires a checkpointer to be set.
abulk_update_state(
self,
config: RunnableConfig,
supersteps: Sequence[Sequence[StateUpdate]]
) -> RunnableConfig| Name | Type | Description |
|---|---|---|
config* | RunnableConfig | The config to apply the updates to. |
supersteps* | Sequence[Sequence[StateUpdate]] | A list of supersteps, each including a list of updates to apply sequentially to a graph state. Each update is a tuple of the form |