Skip to content

Commit

Permalink
docs[patch]: Update index with missing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bracesproul committed Aug 27, 2024
1 parent 219784c commit b7ccc5c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ LangGraph.js makes it easy to persist state across graph runs. The guides below
- [How to view and update past graph state](time-travel.ipynb)
- [How to create a custom checkpointer using Postgres](persistence-postgres.ipynb)
- [How to delete messages](delete-messages.ipynb)
- [How to add summary of the conversation history](add-summary-conversation-history.ipynb)

## Human-in-the-loop

Expand All @@ -52,6 +53,7 @@ These guides show how to use different streaming modes.
- [How to stream LLM tokens](stream-tokens.ipynb)
- [How to stream LLM tokens without LangChain models](streaming-tokens-without-langchain.ipynb)
- [How to stream events from within a tool](streaming-events-from-within-tools.ipynb)
- [How to stream from the final node](streaming-from-final-node.ipynb)

## Tool calling

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:
- Manage conversation history: "how-tos/manage-conversation-history.ipynb"
- Create a custom checkpointer using Postgres: "how-tos/persistence-postgres.ipynb"
- How to delete messages: "how-tos/delete-messages.ipynb"
- Add summary of the conversation history: "how-tos/add-summary-conversation-history.ipynb"
- Human-in-the-loop:
- Add human-in-the-loop: "how-tos/human-in-the-loop.ipynb"
- Add breakpoints: "how-tos/breakpoints.ipynb"
Expand Down

0 comments on commit b7ccc5c

Please sign in to comment.