[Docs] Add analytics (#546)

This commit is contained in:
William FH
2024-05-29 05:07:33 -07:00
committed by GitHub
parent 4c4839ca65
commit 7fdc849fa8
4 changed files with 29 additions and 3 deletions
+1 -1
View File
@@ -235,7 +235,7 @@ If you have some portion of state that you want to retain across turns and some
Using checkpointing is as easy as calling `compile(checkpointer=my_checkpointer)` and then invoking it with a `thread_id` within its `configurable` parameters. You can see more in the following sections!
## Thread
## Threads
Threads in LangGraph represent separate **sessions** of a graph. They organize state checkpoints within discrete sessions to facilitate multi-conversation and multi-user support in an application.