From 72843261606f8e180b2f46882c277fda988a7fb4 Mon Sep 17 00:00:00 2001 From: Kenta Murata <3959+mrkn@users.noreply.github.com> Date: Tue, 9 Sep 2025 23:42:26 +0900 Subject: [PATCH] fix(docs): Embed appropriate image files in graph-api.md (#6082) This fixes some images that refer to incorrect files. --- docs/docs/how-tos/graph-api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/how-tos/graph-api.md b/docs/docs/how-tos/graph-api.md index 81e2c7e79..9a64d5cd8 100644 --- a/docs/docs/how-tos/graph-api.md +++ b/docs/docs/how-tos/graph-api.md @@ -2333,7 +2333,7 @@ from IPython.display import Image, display display(Image(graph.get_graph().draw_mermaid_png())) ``` -![Simple loop graph](assets/graph_api_image_3.png) +![Simple loop graph](assets/graph_api_image_7.png) ::: :::js @@ -3272,7 +3272,7 @@ from langchain_core.runnables.graph import CurveStyle, MermaidDrawMethod, NodeSt display(Image(app.get_graph().draw_mermaid_png())) ``` -![Fractal graph visualization](assets/graph_api_image_5.png) +![Fractal graph visualization](assets/graph_api_image_10.png) **Using Mermaid + Pyppeteer**