How to
ποΈ RunnableParallel: Manipulating data
manipulating-inputs-output}
ποΈ RunnablePassthrough: Passing data through
passing-data-through}
ποΈ RunnableLambda: Run Custom Functions
run-custom-functions}
ποΈ RunnableBranch: Dynamically route logic based on input
dynamically-route-logic-based-on-input}
ποΈ Bind runtime args
Sometimes we want to invoke a Runnable within a Runnable sequence with
ποΈ Configure chain internals at runtime
Oftentimes you may want to experiment with, or even expose to the end
ποΈ Add fallbacks
There are many possible points of failure in an LLM application, whether
ποΈ Stream custom generator functions
You can use generator functions (ie. functions that use the yield
ποΈ Add message history (memory)
The RunnableWithMessageHistory letβs us add message history to certain