Skip to content

Fix graph creation#1905

Merged
natoverse merged 2 commits intomainfrom
fix/create_graph
Apr 30, 2025
Merged

Fix graph creation#1905
natoverse merged 2 commits intomainfrom
fix/create_graph

Conversation

@natoverse
Copy link
Copy Markdown
Collaborator

When we create graphs from dataframes, we need to include the edge weight for any steps that require it - otherwise it defaults to 1, so compute (e.g., leiden) will be wrong. This ensures the edge weight is loaded in all graph creation places.

@natoverse natoverse requested review from a team as code owners April 30, 2025 00:14
@natoverse natoverse merged commit 832abf1 into main Apr 30, 2025
16 checks passed
@natoverse natoverse deleted the fix/create_graph branch April 30, 2025 01:18
opensourcemukul pushed a commit to opensourcemukul/graphrag that referenced this pull request Sep 13, 2025
* Add edge weight to all graph creation

* Semver
Brandsma pushed a commit to ThalamusLabs/MMGraphRAG that referenced this pull request Nov 6, 2025
* Add edge weight to all graph creation

* Semver
JonasReuter pushed a commit to JonasReuter/graphrag that referenced this pull request Apr 13, 2026
* Add edge weight to all graph creation

* Semver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants