You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am building an application using LangGraph + OpenAI model. I was trying to visualize the graph that I build for debugging purpose using the following graph function
I'm confused. Why is there a conditional edge in between START -> retrieve node? The only conditional edges I used in my graph are in between START -> agent, END (with check_relevance conditional function), and agent -> retrieve, END. Is this a bug on visualization side?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am building an application using LangGraph + OpenAI model. I was trying to visualize the graph that I build for debugging purpose using the following graph function
Here is the graph code
and here is the final graph visualization:
I'm confused. Why is there a conditional edge in between
START
->retrieve
node? The only conditional edges I used in my graph are in betweenSTART
->agent
,END
(with check_relevance conditional function), andagent
->retrieve
,END
. Is this a bug on visualization side?Beta Was this translation helpful? Give feedback.
All reactions