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
@@ -148,6 +148,7 @@ nav:
- Stream full state: how-tos/stream-values.ipynb
- Stream state updates: how-tos/stream-updates.ipynb
- Stream LLM tokens: how-tos/streaming-tokens.ipynb
- Stream LLM tokens without LangChain models: how-tos/streaming-tokens-without-langchain.ipynb
- Stream arbitrarily nested content: how-tos/streaming-content.ipynb
- Configure multiple streaming modes: how-tos/stream-multiple.ipynb
- Stream events from within tools: how-tos/streaming-events-from-within-tools.ipynb