mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-07 03:33:39 +08:00
Update smoke tests
This commit is contained in:
parent
398370d4e7
commit
3900f1ec4d
24
tests/fixtures/min-csv/config.json
vendored
24
tests/fixtures/min-csv/config.json
vendored
@ -10,22 +10,6 @@
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
},
|
||||
"create_base_extracted_entities": {
|
||||
"row_range": [
|
||||
1,
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 300
|
||||
},
|
||||
"create_summarized_entities": {
|
||||
"row_range": [
|
||||
1,
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 300
|
||||
},
|
||||
"create_base_entity_graph": {
|
||||
"row_range": [
|
||||
1,
|
||||
@ -108,14 +92,6 @@
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_base_documents": {
|
||||
"row_range": [
|
||||
1,
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
},
|
||||
"create_final_documents": {
|
||||
"row_range": [
|
||||
1,
|
||||
|
||||
20
tests/fixtures/text/config.json
vendored
20
tests/fixtures/text/config.json
vendored
@ -5,7 +5,7 @@
|
||||
"create_base_text_units": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
@ -13,7 +13,7 @@
|
||||
"create_final_covariates": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"type",
|
||||
@ -30,7 +30,7 @@
|
||||
"create_base_entity_graph": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 300
|
||||
@ -38,7 +38,7 @@
|
||||
"create_final_entities": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"type",
|
||||
@ -51,7 +51,7 @@
|
||||
"create_final_relationships": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 100
|
||||
@ -59,7 +59,7 @@
|
||||
"create_final_nodes": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"entity_type",
|
||||
@ -74,7 +74,7 @@
|
||||
"create_final_communities": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
@ -82,7 +82,7 @@
|
||||
"create_final_community_reports": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"community_id",
|
||||
@ -100,7 +100,7 @@
|
||||
"create_final_text_units": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"relationship_ids",
|
||||
@ -112,7 +112,7 @@
|
||||
"create_final_documents": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 100
|
||||
|
||||
Loading…
Reference in New Issue
Block a user