mirror of
https://github.com/microsoft/graphrag.git
synced 2026-02-07 11:42:33 +08:00
Update smoke tests
This commit is contained in:
parent
e16710ebd5
commit
398370d4e7
44
tests/fixtures/min-csv/config.json
vendored
44
tests/fixtures/min-csv/config.json
vendored
@ -5,23 +5,39 @@
|
||||
"create_base_text_units": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
},
|
||||
"create_base_entity_graph": {
|
||||
"create_base_extracted_entities": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
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,
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
},
|
||||
"create_final_entities": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"type",
|
||||
@ -34,7 +50,7 @@
|
||||
"create_final_relationships": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 100
|
||||
@ -42,7 +58,7 @@
|
||||
"create_final_nodes": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"entity_type",
|
||||
@ -57,7 +73,7 @@
|
||||
"create_final_communities": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
@ -65,7 +81,7 @@
|
||||
"create_final_community_reports": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"community_id",
|
||||
@ -83,7 +99,7 @@
|
||||
"create_final_text_units": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"nan_allowed_columns": [
|
||||
"relationship_ids",
|
||||
@ -92,10 +108,18 @@
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 100
|
||||
},
|
||||
"create_base_documents": {
|
||||
"row_range": [
|
||||
1,
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 10
|
||||
},
|
||||
"create_final_documents": {
|
||||
"row_range": [
|
||||
1,
|
||||
2000
|
||||
2500
|
||||
],
|
||||
"subworkflows": 1,
|
||||
"max_runtime": 100
|
||||
|
||||
Loading…
Reference in New Issue
Block a user