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
In my practice, when I let neo4j-graphrag deal with two documents at once, the resulting kg is satisfing and connected. But when neo4j-graphrag deal with two document one by one, the resulting kg will be seperated even though there exists nodes with same name and edge needing be formed. How can I deal with the second situation in order for extendibility?