Skip to content

Commit

Permalink
docs: expose conversation history how-to (#859)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Jun 27, 2024
1 parent 8932a1e commit 294426d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_scripts/copy_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"streaming-events-from-within-tools.ipynb",
"streaming-from-final-node.ipynb",
"persistence.ipynb",
"managing-conversation-history.ipynb",
"persistence_postgres.ipynb",
"visualization.ipynb",
"state-model.ipynb",
Expand Down Expand Up @@ -85,7 +86,6 @@
"quickstart.ipynb",
"human-in-the-loop.ipynb",
"learning.ipynb",
"managing-conversation-history.ipynb",
"docs/quickstart.ipynb",
"tutorials/rag-agent-testing.ipynb",
"state-context-key.ipynb",
Expand Down
1 change: 1 addition & 0 deletions docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ These how-to guides show how to achieve that controllability.
LangGraph makes it easy to persist state across graph runs. The guide below shows how to add persistence to your graph.

- [How to add persistence ("memory") to your graph](persistence.ipynb)
- [How to manage conversation history](managing-conversation-history.ipynb)
- [How to create a custom checkpointer using Postgres](persistence_postgres.ipynb)

## Human in the Loop
Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ nav:
- Create map-reduce branches for parallel execution: how-tos/map-reduce.ipynb
- Persistence:
- Add persistence ("memory"): how-tos/persistence.ipynb
- Manage conversation history: how-tos/managing-conversation-history.ipynb
- Create custom checkpointer using Postgres: how-tos/persistence_postgres.ipynb
- Human-in-the-loop:
- Add breakpoints: how-tos/human_in_the_loop/breakpoints.ipynb
Expand Down

0 comments on commit 294426d

Please sign in to comment.