mirror of
https://github.com/hwchase17/langchain.git
synced 2026-02-02 23:31:18 +00:00
This fixes processing issue for nodes with numbers in their labels (e.g. `"node_1"`, which would previously be relabeled as `"node__"`, and now are correctly processed as `"node_1"`)