mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
migrate router for memory wip
This commit is contained in:
parent
7d4135d5fd
commit
cda61119ce
8 changed files with 213 additions and 45 deletions
|
@ -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: ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue