mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-08 19:10:56 +00:00
Push registration methods onto the backing providers
This commit is contained in:
parent
5a7b01d292
commit
4215cc9331
14 changed files with 269 additions and 220 deletions
|
|
@ -146,7 +146,7 @@ class EmbeddingIndex(ABC):
|
|||
|
||||
@dataclass
|
||||
class BankWithIndex:
|
||||
bank: MemoryBank
|
||||
bank: MemoryBankDef
|
||||
index: EmbeddingIndex
|
||||
|
||||
async def insert_documents(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue