Skip to content

Commit

Permalink
Make admonition more admonitiony (#2982)
Browse files Browse the repository at this point in the history
  • Loading branch information
hinthornw authored Jan 10, 2025
1 parent ecfbfa1 commit f4bd02d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/docs/how-tos/persistence_postgres.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@
"checkpointer = # postgres checkpointer (see examples below)\n",
"graph = builder.compile(checkpointer=checkpointer)\n",
"...\n",
"```"
"```\n",
"\n",
"!!! info \"Setup\n",
" You need to run `.setup()` once on your checkpointer to initialize the database before you can use it."
]
},
{
Expand Down

0 comments on commit f4bd02d

Please sign in to comment.