Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds guide on streaming without LangChain models #274

Merged
merged 3 commits into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,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](stream-tokens.ipynb)
- [How to stream LLM tokens without LangChain models](streaming-tokens-without-langchain.ipynb)

## Other

Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ nav:
- Stream full state: "how-tos/stream-values.ipynb"
- Stream state updates: "how-tos/stream-updates.ipynb"
- Stream LLM tokens: "how-tos/stream-tokens.ipynb"
- Stream LLM tokens without LangChain models: "how-tos/streaming-tokens-without-langchain.ipynb"
- Other:
- Add runtime configuration: "how-tos/configuration.ipynb"
- Force an agent to call a tool: "how-tos/force-calling-a-tool-first.ipynb"
Expand Down
Loading
Loading