nodes naming convention #749
Unanswered
jonathanbouchet
asked this question in
Q&A
Replies: 2 comments 4 replies
-
huh this seems like a bug, we'll look into it |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just to check, are you using |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I just started with LangGraph and I may have a naive question regarding naming nodes.
So far I really like LangGraph.
I'm using
langGraph 0.0.69
langchain-core 0.2.9
Python 3.11.8
I have this simple graph with 2 nodes that calls a different function:
This gives the following graph as expected
However when I replace the names of the nodes with :
it looks confused by naming nodes starting with the same word:
Is it advised to have a completely different names to avoid this regex issues ?
thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions