Parquet files do no contain relationships between communities of different levels? #1434
Unanswered
lucas0
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
-
I am using msgraphrag to generate the .parquet files but I am inserting their content into another database. The first thing I do is to convert .parquet into .json, which gives me a structure like this for the entries in create_final_communities.json:
{
"id": "df32aaad-9a92-43b6-a970-37d95b15d3c5",
"human_readable_id": 879,
"community": 879,
"level": 4,
"title": "Community 879",
"entity_ids": [
"73bc4c12044348fbbd562af10b2c1c6d",
"8ca38826378d4bdba32113da36e5a6c3"
],
"relationship_ids": [
"a0388ac8fd374f929ee4411671f7a342",
"d8d508197a4643a8a02106c6cecc51d4",
"c69d2875f3ab41528454055506fa173e"
],
"text_unit_ids": [
"35ee5485767d6fe54dfe5ccbfe407e34"
],
"period": "2024-11-21",
"size": 2
}
Beta Was this translation helpful? Give feedback.
All reactions