{ "cells": [ { "attachments": {}, "cell_type": "markdown", "id": "d2eecb96-cf0e-47ed-8116-88a7eaa4236d", "metadata": {}, "source": [ "# How to add cross-thread persistence to your graph\n", "\n", "
Prerequisites
\n", "\n", " This guide assumes familiarity with the following:\n", "
Note
\n", "\n",
" Support for the Store
API that is used in this guide was added in LangGraph v0.2.32
.\n",
"
Set up LangSmith for LangGraph development
\n", "\n", " Sign up for LangSmith to quickly spot issues and improve the performance of your LangGraph projects. LangSmith lets you use trace data to debug, test, and monitor your LLM apps built with LangGraph — read more about how to get started here. \n", "
\n", "Note
\n", "\n", " If you're using LangGraph Cloud or LangGraph Studio, you don't need to pass store when compiling the graph, since it's done automatically.\n", "
\n", "