mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 20:44:58 +00:00
parent
50d95a668b
commit
515bec300c
4 changed files with 36 additions and 28 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