- Published on
How to chain LangChain components with the pipe operator | to build clean, modular, streamable pipelines. Covers the Runnable interface (invoke, batch, stream), RunnablePassthrough, RunnableParallel, RunnableLambda, and two real use cases: word count chain and subject-based routing.