@@ -875,10 +875,10 @@ async def abatch(
875
875
Args:
876
876
inputs: A list of inputs to the Runnable.
877
877
config: A config to use when invoking the Runnable.
878
- The config supports standard keys like 'tags', 'metadata' for tracing
879
- purposes, 'max_concurrency' for controlling how much work to do
880
- in parallel, and other keys. Please refer to the RunnableConfig
881
- for more details. Defaults to None.
878
+ The config supports standard keys like 'tags', 'metadata' for tracing
879
+ purposes, 'max_concurrency' for controlling how much work to do
880
+ in parallel, and other keys. Please refer to the RunnableConfig
881
+ for more details. Defaults to None.
882
882
return_exceptions: Whether to return exceptions instead of raising them.
883
883
Defaults to False.
884
884
kwargs: Additional keyword arguments to pass to the Runnable.
@@ -940,10 +940,10 @@ async def abatch_as_completed(
940
940
Args:
941
941
inputs: A list of inputs to the Runnable.
942
942
config: A config to use when invoking the Runnable.
943
- The config supports standard keys like 'tags', 'metadata' for tracing
944
- purposes, 'max_concurrency' for controlling how much work to do
945
- in parallel, and other keys. Please refer to the RunnableConfig
946
- for more details. Defaults to None. Defaults to None.
943
+ The config supports standard keys like 'tags', 'metadata' for tracing
944
+ purposes, 'max_concurrency' for controlling how much work to do
945
+ in parallel, and other keys. Please refer to the RunnableConfig
946
+ for more details. Defaults to None. Defaults to None.
947
947
return_exceptions: Whether to return exceptions instead of raising them.
948
948
Defaults to False.
949
949
kwargs: Additional keyword arguments to pass to the Runnable.
0 commit comments