From 1e076cac2659345196a8834ebcf61c07add7e079 Mon Sep 17 00:00:00 2001 From: Nuno Campos Date: Mon, 8 Jan 2024 17:42:24 -0800 Subject: [PATCH] Move --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab09b99f..df6231bb4 100644 --- a/README.md +++ b/README.md @@ -190,7 +190,11 @@ This now exposes the [same interface](https://python.langchain.com/docs/expressi chain.invoke({"input": "what is the weather in sf", "intermediate_steps": []}) ``` -### Streaming +## Streaming + +LangGraph has support for several different types of streaming. + +### Streaming Node Output One of the benefits of using LangGraph is that it is easy to stream output as it's produced by each node.