Skip to content

Commit 4180b9b

Browse files
fix: fix async_clear()
1 parent e63968b commit 4180b9b

3 files changed

Lines changed: 291 additions & 218 deletions

File tree

graphgen/graphgen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def clear(self):
328328
async def async_clear(self):
329329
await self.full_docs_storage.drop()
330330
await self.text_chunks_storage.drop()
331-
await self.wiki_storage.drop()
331+
await self.search_storage.drop()
332332
await self.graph_storage.clear()
333333
await self.rephrase_storage.drop()
334334
await self.qa_storage.drop()

0 commit comments

Comments
 (0)