Spaces:
Running
Running
github-actions[bot]
commited on
Commit
·
f95da0a
1
Parent(s):
3226ae7
Auto-sync from demo at Wed Nov 12 08:00:50 UTC 2025
Browse files- graphgen/graphgen.py +1 -0
graphgen/graphgen.py
CHANGED
|
@@ -174,6 +174,7 @@ class GraphGen:
|
|
| 174 |
return
|
| 175 |
|
| 176 |
# Step 3: mark meta
|
|
|
|
| 177 |
await self.meta_storage.mark_done(self.chunks_storage)
|
| 178 |
await self.meta_storage.index_done_callback()
|
| 179 |
|
|
|
|
| 174 |
return
|
| 175 |
|
| 176 |
# Step 3: mark meta
|
| 177 |
+
await self.graph_storage.index_done_callback()
|
| 178 |
await self.meta_storage.mark_done(self.chunks_storage)
|
| 179 |
await self.meta_storage.index_done_callback()
|
| 180 |
|