diff --git a/examples_notebooks/global_search/index.html b/examples_notebooks/global_search/index.html index 9bbe67e5be..dfd58213e9 100644 --- a/examples_notebooks/global_search/index.html +++ b/examples_notebooks/global_search/index.html @@ -2248,7 +2248,7 @@
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) -/tmp/ipykernel_1919/1512985616.py in ?() +/tmp/ipykernel_2116/1512985616.py in ?() 2 entity_df = pd.read_parquet(f"{INPUT_DIR}/{ENTITY_TABLE}.parquet") 3 report_df = pd.read_parquet(f"{INPUT_DIR}/{COMMUNITY_REPORT_TABLE}.parquet") 4 entity_embedding_df = pd.read_parquet(f"{INPUT_DIR}/{ENTITY_EMBEDDING_TABLE}.parquet") diff --git a/examples_notebooks/global_search_with_dynamic_community_selection/index.html b/examples_notebooks/global_search_with_dynamic_community_selection/index.html index d23b6f6a41..5327ce1fb3 100644 --- a/examples_notebooks/global_search_with_dynamic_community_selection/index.html +++ b/examples_notebooks/global_search_with_dynamic_community_selection/index.html @@ -2156,7 +2156,7 @@Load community repo
--------------------------------------------------------------------------- AttributeError Traceback (most recent call last) -/tmp/ipykernel_1951/2760368953.py in ?() +/tmp/ipykernel_2146/2760368953.py in ?() 2 entity_df = pd.read_parquet(f"{INPUT_DIR}/{ENTITY_TABLE}.parquet") 3 report_df = pd.read_parquet(f"{INPUT_DIR}/{COMMUNITY_REPORT_TABLE}.parquet") 4 entity_embedding_df = pd.read_parquet(f"{INPUT_DIR}/{ENTITY_EMBEDDING_TABLE}.parquet")