Spaces:
Running
Running
Commit
·
bd9612e
1
Parent(s):
fa963b0
🔧 Fix character ranges for all window KG files
Browse files- backend/database/samples/knowledge_graphs/kg_algorithm_sample_14_window_0.json +6 -2
- backend/database/samples/knowledge_graphs/kg_algorithm_sample_14_window_1.json +6 -2
- backend/database/samples/knowledge_graphs/kg_algorithm_sample_14_window_2.json +6 -2
- backend/database/samples/knowledge_graphs/kg_algorithm_sample_16_window_0.json +6 -2
- backend/database/samples/knowledge_graphs/kg_algorithm_sample_16_window_1.json +6 -2
- backend/database/samples/knowledge_graphs/kg_algorithm_sample_16_window_2.json +6 -2
backend/database/samples/knowledge_graphs/kg_algorithm_sample_14_window_0.json
CHANGED
|
@@ -124,7 +124,9 @@
|
|
| 124 |
"failure_count": 0,
|
| 125 |
"optimization_count": 0,
|
| 126 |
"created_at": "2025-09-01T23:03:54.816221",
|
| 127 |
-
"window_type": "independent_optimized"
|
|
|
|
|
|
|
| 128 |
}
|
| 129 |
}
|
| 130 |
},
|
|
@@ -140,5 +142,7 @@
|
|
| 140 |
"window_total": 3,
|
| 141 |
"processing_run_id": "sample_replay_algo14",
|
| 142 |
"trace_id": "algorithm_sample_14",
|
| 143 |
-
"is_final": false
|
|
|
|
|
|
|
| 144 |
}
|
|
|
|
| 124 |
"failure_count": 0,
|
| 125 |
"optimization_count": 0,
|
| 126 |
"created_at": "2025-09-01T23:03:54.816221",
|
| 127 |
+
"window_type": "independent_optimized",
|
| 128 |
+
"window_start_char": 0,
|
| 129 |
+
"window_end_char": 8500
|
| 130 |
}
|
| 131 |
}
|
| 132 |
},
|
|
|
|
| 142 |
"window_total": 3,
|
| 143 |
"processing_run_id": "sample_replay_algo14",
|
| 144 |
"trace_id": "algorithm_sample_14",
|
| 145 |
+
"is_final": false,
|
| 146 |
+
"window_start_char": 0,
|
| 147 |
+
"window_end_char": 8500
|
| 148 |
}
|
backend/database/samples/knowledge_graphs/kg_algorithm_sample_14_window_1.json
CHANGED
|
@@ -66,7 +66,9 @@
|
|
| 66 |
"failure_count": 0,
|
| 67 |
"optimization_count": 0,
|
| 68 |
"created_at": "2025-09-01T23:03:54.816673",
|
| 69 |
-
"window_type": "independent_optimized"
|
|
|
|
|
|
|
| 70 |
}
|
| 71 |
}
|
| 72 |
},
|
|
@@ -82,5 +84,7 @@
|
|
| 82 |
"window_total": 3,
|
| 83 |
"processing_run_id": "sample_replay_algo14",
|
| 84 |
"trace_id": "algorithm_sample_14",
|
| 85 |
-
"is_final": false
|
|
|
|
|
|
|
| 86 |
}
|
|
|
|
| 66 |
"failure_count": 0,
|
| 67 |
"optimization_count": 0,
|
| 68 |
"created_at": "2025-09-01T23:03:54.816673",
|
| 69 |
+
"window_type": "independent_optimized",
|
| 70 |
+
"window_start_char": 8500,
|
| 71 |
+
"window_end_char": 17000
|
| 72 |
}
|
| 73 |
}
|
| 74 |
},
|
|
|
|
| 84 |
"window_total": 3,
|
| 85 |
"processing_run_id": "sample_replay_algo14",
|
| 86 |
"trace_id": "algorithm_sample_14",
|
| 87 |
+
"is_final": false,
|
| 88 |
+
"window_start_char": 8500,
|
| 89 |
+
"window_end_char": 17000
|
| 90 |
}
|
backend/database/samples/knowledge_graphs/kg_algorithm_sample_14_window_2.json
CHANGED
|
@@ -124,7 +124,9 @@
|
|
| 124 |
"failure_count": 0,
|
| 125 |
"optimization_count": 0,
|
| 126 |
"created_at": "2025-09-01T23:03:54.816963",
|
| 127 |
-
"window_type": "independent_optimized"
|
|
|
|
|
|
|
| 128 |
}
|
| 129 |
}
|
| 130 |
},
|
|
@@ -140,5 +142,7 @@
|
|
| 140 |
"window_total": 3,
|
| 141 |
"processing_run_id": "sample_replay_algo14",
|
| 142 |
"trace_id": "algorithm_sample_14",
|
| 143 |
-
"is_final": false
|
|
|
|
|
|
|
| 144 |
}
|
|
|
|
| 124 |
"failure_count": 0,
|
| 125 |
"optimization_count": 0,
|
| 126 |
"created_at": "2025-09-01T23:03:54.816963",
|
| 127 |
+
"window_type": "independent_optimized",
|
| 128 |
+
"window_start_char": 17000,
|
| 129 |
+
"window_end_char": 25500
|
| 130 |
}
|
| 131 |
}
|
| 132 |
},
|
|
|
|
| 142 |
"window_total": 3,
|
| 143 |
"processing_run_id": "sample_replay_algo14",
|
| 144 |
"trace_id": "algorithm_sample_14",
|
| 145 |
+
"is_final": false,
|
| 146 |
+
"window_start_char": 17000,
|
| 147 |
+
"window_end_char": 25500
|
| 148 |
}
|
backend/database/samples/knowledge_graphs/kg_algorithm_sample_16_window_0.json
CHANGED
|
@@ -124,7 +124,9 @@
|
|
| 124 |
"failure_count": 0,
|
| 125 |
"optimization_count": 0,
|
| 126 |
"created_at": "2025-09-01T23:03:54.817470",
|
| 127 |
-
"window_type": "independent_optimized"
|
|
|
|
|
|
|
| 128 |
}
|
| 129 |
}
|
| 130 |
},
|
|
@@ -140,5 +142,7 @@
|
|
| 140 |
"window_total": 3,
|
| 141 |
"processing_run_id": "sample_replay_algo16",
|
| 142 |
"trace_id": "algorithm_sample_16",
|
| 143 |
-
"is_final": false
|
|
|
|
|
|
|
| 144 |
}
|
|
|
|
| 124 |
"failure_count": 0,
|
| 125 |
"optimization_count": 0,
|
| 126 |
"created_at": "2025-09-01T23:03:54.817470",
|
| 127 |
+
"window_type": "independent_optimized",
|
| 128 |
+
"window_start_char": 0,
|
| 129 |
+
"window_end_char": 9000
|
| 130 |
}
|
| 131 |
}
|
| 132 |
},
|
|
|
|
| 142 |
"window_total": 3,
|
| 143 |
"processing_run_id": "sample_replay_algo16",
|
| 144 |
"trace_id": "algorithm_sample_16",
|
| 145 |
+
"is_final": false,
|
| 146 |
+
"window_start_char": 0,
|
| 147 |
+
"window_end_char": 9000
|
| 148 |
}
|
backend/database/samples/knowledge_graphs/kg_algorithm_sample_16_window_1.json
CHANGED
|
@@ -66,7 +66,9 @@
|
|
| 66 |
"failure_count": 0,
|
| 67 |
"optimization_count": 0,
|
| 68 |
"created_at": "2025-09-01T23:03:54.817836",
|
| 69 |
-
"window_type": "independent_optimized"
|
|
|
|
|
|
|
| 70 |
}
|
| 71 |
}
|
| 72 |
},
|
|
@@ -82,5 +84,7 @@
|
|
| 82 |
"window_total": 3,
|
| 83 |
"processing_run_id": "sample_replay_algo16",
|
| 84 |
"trace_id": "algorithm_sample_16",
|
| 85 |
-
"is_final": false
|
|
|
|
|
|
|
| 86 |
}
|
|
|
|
| 66 |
"failure_count": 0,
|
| 67 |
"optimization_count": 0,
|
| 68 |
"created_at": "2025-09-01T23:03:54.817836",
|
| 69 |
+
"window_type": "independent_optimized",
|
| 70 |
+
"window_start_char": 9000,
|
| 71 |
+
"window_end_char": 18000
|
| 72 |
}
|
| 73 |
}
|
| 74 |
},
|
|
|
|
| 84 |
"window_total": 3,
|
| 85 |
"processing_run_id": "sample_replay_algo16",
|
| 86 |
"trace_id": "algorithm_sample_16",
|
| 87 |
+
"is_final": false,
|
| 88 |
+
"window_start_char": 9000,
|
| 89 |
+
"window_end_char": 18000
|
| 90 |
}
|
backend/database/samples/knowledge_graphs/kg_algorithm_sample_16_window_2.json
CHANGED
|
@@ -124,7 +124,9 @@
|
|
| 124 |
"failure_count": 0,
|
| 125 |
"optimization_count": 0,
|
| 126 |
"created_at": "2025-09-01T23:03:54.818081",
|
| 127 |
-
"window_type": "independent_optimized"
|
|
|
|
|
|
|
| 128 |
}
|
| 129 |
}
|
| 130 |
},
|
|
@@ -140,5 +142,7 @@
|
|
| 140 |
"window_total": 3,
|
| 141 |
"processing_run_id": "sample_replay_algo16",
|
| 142 |
"trace_id": "algorithm_sample_16",
|
| 143 |
-
"is_final": false
|
|
|
|
|
|
|
| 144 |
}
|
|
|
|
| 124 |
"failure_count": 0,
|
| 125 |
"optimization_count": 0,
|
| 126 |
"created_at": "2025-09-01T23:03:54.818081",
|
| 127 |
+
"window_type": "independent_optimized",
|
| 128 |
+
"window_start_char": 18000,
|
| 129 |
+
"window_end_char": 27000
|
| 130 |
}
|
| 131 |
}
|
| 132 |
},
|
|
|
|
| 142 |
"window_total": 3,
|
| 143 |
"processing_run_id": "sample_replay_algo16",
|
| 144 |
"trace_id": "algorithm_sample_16",
|
| 145 |
+
"is_final": false,
|
| 146 |
+
"window_start_char": 18000,
|
| 147 |
+
"window_end_char": 27000
|
| 148 |
}
|