diff --git a/backend/tests/data/synthetic-dataset/output/create_final_communities.parquet b/backend/tests/data/synthetic-dataset/output/create_final_communities.parquet new file mode 100644 index 0000000..006e7d2 Binary files /dev/null and b/backend/tests/data/synthetic-dataset/output/create_final_communities.parquet differ diff --git a/backend/tests/data/synthetic-dataset/output/create_final_community_reports.parquet b/backend/tests/data/synthetic-dataset/output/create_final_community_reports.parquet index fc59983..cc0f221 100644 Binary files a/backend/tests/data/synthetic-dataset/output/create_final_community_reports.parquet and b/backend/tests/data/synthetic-dataset/output/create_final_community_reports.parquet differ diff --git a/backend/tests/data/synthetic-dataset/output/create_final_covariates.parquet b/backend/tests/data/synthetic-dataset/output/create_final_covariates.parquet new file mode 100644 index 0000000..2fbf64d Binary files /dev/null and b/backend/tests/data/synthetic-dataset/output/create_final_covariates.parquet differ diff --git a/backend/tests/data/synthetic-dataset/output/create_base_documents.parquet b/backend/tests/data/synthetic-dataset/output/create_final_documents.parquet similarity index 88% rename from backend/tests/data/synthetic-dataset/output/create_base_documents.parquet rename to backend/tests/data/synthetic-dataset/output/create_final_documents.parquet index 74a3cb0..2a8e037 100644 Binary files a/backend/tests/data/synthetic-dataset/output/create_base_documents.parquet and b/backend/tests/data/synthetic-dataset/output/create_final_documents.parquet differ diff --git a/backend/tests/data/synthetic-dataset/output/create_final_entities.parquet b/backend/tests/data/synthetic-dataset/output/create_final_entities.parquet index f14ff5c..20aa8bb 100644 Binary files a/backend/tests/data/synthetic-dataset/output/create_final_entities.parquet and b/backend/tests/data/synthetic-dataset/output/create_final_entities.parquet differ diff --git a/backend/tests/data/synthetic-dataset/output/create_final_nodes.parquet b/backend/tests/data/synthetic-dataset/output/create_final_nodes.parquet new file mode 100644 index 0000000..1136ba7 Binary files /dev/null and b/backend/tests/data/synthetic-dataset/output/create_final_nodes.parquet differ diff --git a/backend/tests/data/synthetic-dataset/output/create_final_relationships.parquet b/backend/tests/data/synthetic-dataset/output/create_final_relationships.parquet index 28784f8..7801f78 100644 Binary files a/backend/tests/data/synthetic-dataset/output/create_final_relationships.parquet and b/backend/tests/data/synthetic-dataset/output/create_final_relationships.parquet differ diff --git a/backend/tests/data/synthetic-dataset/output/create_base_text_units.parquet b/backend/tests/data/synthetic-dataset/output/create_final_text_units.parquet similarity index 71% rename from backend/tests/data/synthetic-dataset/output/create_base_text_units.parquet rename to backend/tests/data/synthetic-dataset/output/create_final_text_units.parquet index c743f12..ffedb61 100644 Binary files a/backend/tests/data/synthetic-dataset/output/create_base_text_units.parquet and b/backend/tests/data/synthetic-dataset/output/create_final_text_units.parquet differ diff --git a/backend/tests/data/synthetic-dataset/output/stats.json b/backend/tests/data/synthetic-dataset/output/stats.json new file mode 100644 index 0000000..12d5c22 --- /dev/null +++ b/backend/tests/data/synthetic-dataset/output/stats.json @@ -0,0 +1,55 @@ +{ + "total_runtime": 448.37977504730225, + "num_documents": 1, + "input_load_time": 0, + "workflows": { + "create_base_text_units": { + "overall": 53.45723581314087, + "0_create_base_text_units": 53.45350193977356 + }, + "create_final_documents": { + "overall": 0.02505803108215332, + "0_create_final_documents": 0.020849943161010742 + }, + "extract_graph": { + "overall": 34.7699990272522, + "0_extract_graph": 34.764244079589844 + }, + "create_final_covariates": { + "overall": 95.0032262802124, + "0_create_final_covariates": 94.99715995788574 + }, + "compute_communities": { + "overall": 46.5885169506073, + "0_compute_communities": 46.58116793632507 + }, + "create_final_entities": { + "overall": 0.016257047653198242, + "0_create_final_entities": 0.008460044860839844 + }, + "create_final_relationships": { + "overall": 0.024403810501098633, + "0_create_final_relationships": 0.015250921249389648 + }, + "create_final_communities": { + "overall": 0.06716585159301758, + "0_create_final_communities": 0.0562739372253418 + }, + "create_final_nodes": { + "overall": 0.07185697555541992, + "0_create_final_nodes": 0.06386590003967285 + }, + "create_final_text_units": { + "overall": 0.049547672271728516, + "0_create_final_text_units": 0.04032492637634277 + }, + "create_final_community_reports": { + "overall": 208.44650506973267, + "0_create_final_community_reports": 208.43680477142334 + }, + "generate_text_embeddings": { + "overall": 4.21114182472229, + "0_generate_text_embeddings": 4.199523687362671 + } + } +} \ No newline at end of file