Custom Functions with RunnableLambda in LangChain JS
Briefly

The Runnable interface is required for each node in an LCEL chain, allowing custom functions integration via RunnableLambda to manipulate data flow between links.
Adding a JavaScript function to LCEL chains involves wrapping it in a RunnableLambda, enabling methods like pipe() and invoke() for seamless integration.
Read at JsCraft
[
]
[
|
]