migrate router for memory wip

This commit is contained in:
Xi Yan 2024-09-20 12:19:33 -07:00
parent 7d4135d5fd
commit cda61119ce
8 changed files with 213 additions and 45 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: ...