From b736fa57c342c66565e32500f83d50b47fed14a7 Mon Sep 17 00:00:00 2001 From: AlonsoGuevara Date: Tue, 25 Feb 2025 19:16:28 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20microsof?= =?UTF-8?q?t/graphrag@61a309b182e09296c18eb851a300aaca5a92be3e=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples_notebooks/index_migration_to_v2/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples_notebooks/index_migration_to_v2/index.html b/examples_notebooks/index_migration_to_v2/index.html index 15a6a04b..436c5e26 100644 --- a/examples_notebooks/index_migration_to_v2/index.html +++ b/examples_notebooks/index_migration_to_v2/index.html @@ -2099,7 +2099,7 @@ File ~/work/graphrag/graphrag/graphrag/config/load_c final_nodes.loc[:, ["id", "degree", "x", "y"]].groupby("id").first().reset_index() ) final_entities = final_entities.merge(graph_props, on="id", how="left") -# we're also persistint the frequency column +# we're also persisting the frequency column final_entities["frequency"] = final_entities["text_unit_ids"].count() @@ -2168,7 +2168,7 @@ graph_props = ( final_nodes.loc[:, ["id", "degree", "x", "y"]].groupby("id").first().reset_index() ) final_entities = final_entities.merge(graph_props, on="id", how="left") -# we're also persistint the frequency column +# we're also persisting the frequency column final_entities["frequency"] = final_entities["text_unit_ids"].count()