remove unsused method
This commit is contained in:
parent
49ce229af7
commit
8d0d8b8279
1 changed files with 0 additions and 4 deletions
|
|
@ -87,10 +87,6 @@ class StorageNameSpace:
|
||||||
"""Commit the storage operations after indexing"""
|
"""Commit the storage operations after indexing"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
async def query_done_callback(self) -> None:
|
|
||||||
"""Commit the storage operations after querying"""
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class BaseVectorStorage(StorageNameSpace):
|
class BaseVectorStorage(StorageNameSpace):
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue