Videos
I've been working with langraph quite a while. I have pretty complex graph involving tools n all... which takes around 20 secomds to compile. Which lags the chatbot initiation... Is there a way to store the compiled graph??? If yes pleaseeee let me know.
Does this mean we can visualise a chain too since it is a runnable primitive? That's true! We can visualise all the runnable objects (chains, retrievers, graphs, tools). Here is a How-to and API docs reference.
Actually I was surprised to to find this out. I posted this in hopes that other people will be just as surprised. Visualisation helps understand a lot better. We tend to log to LangSmith just to get the sense of our workflow. If a part of the sense can be made locally, why not.
Another point is that it shows how this graph workflow is embedded deep into langchain_core. If you want to build a decent performing AI system, Graphs will be your bet.
Also LangGraph recently added contribution guidelines so docs will get better, so will the code.