Skip to content

Commit

Permalink
Merge branch 'main' into wfh/memdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw committed Oct 8, 2024
2 parents 8ce84f6 + 780a7fc commit 51aedf1
Show file tree
Hide file tree
Showing 32 changed files with 2,174 additions and 29 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ dist
.env
.ipynb_checkpoints
dist-cjs
**/dist-cjs
**/dist-cjs
tmp/
4 changes: 3 additions & 1 deletion docs/docs/how-tos/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ These how-to guides show how to achieve that controllability.

LangGraph.js makes it easy to persist state across graph runs. The guides below shows how to add persistence to your graph.

- [How to add persistence ("memory") to your graph](persistence.ipynb)
- [How to add thread-level persistence to your graph](persistence.ipynb)
- [How to add cross-thread persistence](cross-thread-persistence.ipynb)
- [How to use a Postgres checkpointer for persistence](persistence-postgres.ipynb)
- [How to manage conversation history](manage-conversation-history.ipynb)
- [How to view and update past graph state](time-travel.ipynb)
- [How to delete messages](delete-messages.ipynb)
Expand Down
1 change: 1 addition & 0 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ nav:
- Persistence:
- Add thread-level persistence: how-tos/persistence.ipynb
- Add cross-thread persistence: how-tos/cross-thread-persistence.ipynb
- Use a Postgres checkpointer for persistence: how-tos/persistence-postgres.ipynb
- View and update past graph state: "how-tos/time-travel.ipynb"
- Manage conversation history: "how-tos/manage-conversation-history.ipynb"
- How to delete messages: "how-tos/delete-messages.ipynb"
Expand Down
Loading

0 comments on commit 51aedf1

Please sign in to comment.