Skip to content

Commit b84ae9e

Browse files
fix: store graph
1 parent 78a4728 commit b84ae9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphgen/graphgen.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ async def build_kg(self):
174174
return
175175

176176
# Step 3: mark meta
177+
await self.graph_storage.index_done_callback()
177178
await self.meta_storage.mark_done(self.chunks_storage)
178179
await self.meta_storage.index_done_callback()
179180

0 commit comments

Comments
 (0)