Revert "clean up"

This reverts commit bc4ac2ceb4.
This commit is contained in:
Xi Yan 2024-09-21 12:42:08 -07:00
parent cbd4fa6044
commit ee77431b64
4 changed files with 36 additions and 28 deletions

View file

@ -68,7 +68,8 @@ class FaissMemoryImpl(Memory):
self.config = config
self.cache = {}
async def initialize(self) -> None: ...
async def initialize(self) -> None:
print("INIT meta-reference")
async def shutdown(self) -> None: ...