This commit is contained in:
Xi Yan 2024-09-20 13:02:10 -07:00
parent 9c33587003
commit 3787408863
4 changed files with 28 additions and 36 deletions

View file

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