Revert "migrate router for memory wip"

This reverts commit 08379f5214.
This commit is contained in:
Xi Yan 2024-09-21 12:42:09 -07:00
parent 3939611676
commit cf8bd10989
8 changed files with 45 additions and 213 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: ...