mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-16 14:57:20 +00:00
migrate memory banks to Resource and new registration
This commit is contained in:
parent
b4416b72fd
commit
c82f13bf9e
16 changed files with 178 additions and 104 deletions
|
@ -148,7 +148,7 @@ class EmbeddingIndex(ABC):
|
|||
|
||||
@dataclass
|
||||
class BankWithIndex:
|
||||
bank: MemoryBankDef
|
||||
bank: VectorMemoryBank
|
||||
index: EmbeddingIndex
|
||||
|
||||
async def insert_documents(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue