[GH-ISSUE #994] [langgraph]: Conflict with langsmith when using checkpointer due to inbuilt persistance storage in langsmith #127

Open
opened 2026-02-17 17:19:14 -05:00 by yindo · 0 comments
Owner

Originally created by @ABHAY4545 on GitHub (Oct 19, 2025).
Original GitHub issue: https://github.com/langchain-ai/docs/issues/994

Type of issue

issue / bug

Language

Python

Description

Image Image

As shown in the image, when I use graph = builder.compile(checkpointer=memory), LangSmith doesn’t work — likely because of a conflict with the built-in Postgres db. Usually I experiment in Jupyter Notebook and later convert my notebooks to .py files using jupyter nbconvert. Because of this conflict, I have to manually edit the generated Python files each time to remove it, which feels cumbersome — especially since both LangGraph and LangSmith are part of the LangChain ecosystem.

If a workaround or official solution already exists, I’d really appreciate being pointed in the right direction. :)

Originally created by @ABHAY4545 on GitHub (Oct 19, 2025). Original GitHub issue: https://github.com/langchain-ai/docs/issues/994 ### Type of issue issue / bug ### Language Python ### Description <img width="1264" height="707" alt="Image" src="https://github.com/user-attachments/assets/d299379f-9abd-41e9-a2f2-d1bf14273384" /> <img width="1253" height="389" alt="Image" src="https://github.com/user-attachments/assets/16f7d276-8124-479d-ba4f-3980f21108f9" /> As shown in the image, when I use `graph = builder.compile(checkpointer=memory)`, LangSmith doesn’t work — likely because of a conflict with the built-in Postgres db. Usually I experiment in Jupyter Notebook and later convert my notebooks to `.py `files using `jupyter nbconvert`. Because of this conflict, I have to manually edit the generated Python files each time to remove it, which feels cumbersome — especially since both LangGraph and LangSmith are part of the LangChain ecosystem. If a workaround or official solution already exists, I’d really appreciate being pointed in the right direction. :)
yindo added the langgraphexternal labels 2026-02-17 17:19:14 -05:00
yindo changed title from [langgraph]: Conflict with langsmith when using checkpointer due to inbuilt persistance storage in langsmith to [GH-ISSUE #994] [langgraph]: Conflict with langsmith when using checkpointer due to inbuilt persistance storage in langsmith 2026-06-05 17:25:13 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/docs#127