Does GraphRAG support directed graph? #1006
Unanswered
yilanhu
asked this question in
Algorithm + Paper
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
By default the graph generated is undirected. I tried to convert it into directed graph and met the issue: 'Only undirected non-multi-graph networkx graphs are supported' in verb 'cluster_graph'.
Beta Was this translation helpful? Give feedback.
All reactions