We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e63968b commit 4180b9bCopy full SHA for 4180b9b
3 files changed
graphgen/graphgen.py
@@ -328,7 +328,7 @@ def clear(self):
328
async def async_clear(self):
329
await self.full_docs_storage.drop()
330
await self.text_chunks_storage.drop()
331
- await self.wiki_storage.drop()
+ await self.search_storage.drop()
332
await self.graph_storage.clear()
333
await self.rephrase_storage.drop()
334
await self.qa_storage.drop()
0 commit comments