langchain_core.runnables.base
.RunnableMap¶
Note
RunnableMap implements the standard Runnable Interface
. 🏃
The Runnable Interface
has additional methods that are available on runnables, such as with_types
, with_retry
, assign
, bind
, get_graph
, and more.
- langchain_core.runnables.base.RunnableMap¶
alias of
RunnableParallel