docs: add how-to for streaming tokens w/o langchain chat models (#972)

This commit is contained in:
Vadym Barda
2024-07-09 21:56:18 -04:00
committed by GitHub
parent 17785375b8
commit a6dddd322a
4 changed files with 488 additions and 0 deletions
+1
View File
@@ -47,6 +47,7 @@ These guides show how to use different streaming modes.
- [How to stream full state of your graph](stream-values.ipynb)
- [How to stream state updates of your graph](stream-updates.ipynb)
- [How to stream LLM tokens](streaming-tokens.ipynb)
- [How to stream LLM tokens without LangChain models](streaming-tokens-without-langchain.ipynb)
- [How to stream arbitrarily nested content](streaming-content.ipynb)
- [How to configure multiple streaming modes at the same time](stream-multiple.ipynb)
- [How to stream events from within a tool](streaming-events-from-within-tools.ipynb)