-
Hey! All, Based on the document of langgraph.js herehttps://langchain-ai.github.io/langgraphjs/concepts/low_level/?h=vis#as-a-function, if we want to visualize a graph, we have to use tslab and render the image in jupyter? In actual development, for example, I am developing an interface ( HTTP Api), I build the graph in the controller, is there any possibility for me to get the visualized graph for debugging?(Or should I use the langgraph studio for now? How does the studio work with my current development process, I mean I do not find other valuable information.) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Oh, my fault. Actrually, the quick way is use And then we can directly use a tool like mermaid.live to preview the graph. Great job for that! |
Beta Was this translation helpful? Give feedback.
-
Yes that's right! We should document. |
Beta Was this translation helpful? Give feedback.
Oh, my fault. Actrually, the quick way is use
drawMermaid
versusdrawMermaidPng
.And then we can directly use a tool like mermaid.live to preview the graph. Great job for that!