Spaces:
Runtime error
Runtime error
| { | |
| "input_path": "./tests/fixtures/min-csv", | |
| "input_file_type": "text", | |
| "workflow_config": { | |
| "create_base_text_units": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 11, | |
| "max_runtime": 10 | |
| }, | |
| "create_base_extracted_entities": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 2, | |
| "max_runtime": 300 | |
| }, | |
| "create_summarized_entities": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 1, | |
| "max_runtime": 300 | |
| }, | |
| "create_base_entity_graph": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 2, | |
| "max_runtime": 10 | |
| }, | |
| "create_final_entities": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "nan_allowed_columns": [ | |
| "type", | |
| "description", | |
| "graph_embedding" | |
| ], | |
| "subworkflows": 11, | |
| "max_runtime": 300 | |
| }, | |
| "create_final_relationships": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 8, | |
| "max_runtime": 100 | |
| }, | |
| "create_final_nodes": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "nan_allowed_columns": [ | |
| "entity_type", | |
| "description", | |
| "graph_embedding", | |
| "community", | |
| "level" | |
| ], | |
| "subworkflows": 10, | |
| "max_runtime": 10 | |
| }, | |
| "create_final_communities": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 14, | |
| "max_runtime": 10 | |
| }, | |
| "create_final_community_reports": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "nan_allowed_columns": [ | |
| "community_id", | |
| "title", | |
| "summary", | |
| "full_content", | |
| "full_content_json", | |
| "rank", | |
| "rank_explanation", | |
| "findings" | |
| ], | |
| "subworkflows": 6, | |
| "max_runtime": 300 | |
| }, | |
| "join_text_units_to_entity_ids": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 3, | |
| "max_runtime": 10 | |
| }, | |
| "join_text_units_to_relationship_ids": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 4, | |
| "max_runtime": 10 | |
| }, | |
| "create_final_text_units": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "nan_allowed_columns": [ | |
| "relationship_ids", | |
| "entity_ids" | |
| ], | |
| "subworkflows": 6, | |
| "max_runtime": 100 | |
| }, | |
| "create_base_documents": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 8, | |
| "max_runtime": 10 | |
| }, | |
| "create_final_documents": { | |
| "row_range": [ | |
| 1, | |
| 2000 | |
| ], | |
| "subworkflows": 1, | |
| "max_runtime": 100 | |
| } | |
| }, | |
| "query_config": [ | |
| { | |
| "query": "Who is Agent Alex Mercer and what are his goals?", | |
| "method": "local" | |
| }, | |
| { | |
| "query": "What is the major conflict in this story and who are the protagonist and antagonist?", | |
| "method": "global" | |
| } | |
| ], | |
| "slow": false | |
| } |