mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-06 04:34:57 +00:00
clean up
This commit is contained in:
parent
d8fab77a4f
commit
bc4ac2ceb4
4 changed files with 28 additions and 36 deletions
|
@ -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: ...
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue