From 8d0d8b8279bd35fc76bd17c4603ca8f26febd197 Mon Sep 17 00:00:00 2001 From: Yannick Stephan Date: Sat, 15 Feb 2025 22:24:49 +0100 Subject: [PATCH] remove unsused method --- lightrag/base.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lightrag/base.py b/lightrag/base.py index c638afd7..ae451dda 100644 --- a/lightrag/base.py +++ b/lightrag/base.py @@ -87,10 +87,6 @@ class StorageNameSpace: """Commit the storage operations after indexing""" pass - async def query_done_callback(self) -> None: - """Commit the storage operations after querying""" - pass - @dataclass class BaseVectorStorage(StorageNameSpace):