mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-18 15:39:47 +00:00
add support for provider update and unregister for memory banks
This commit is contained in:
parent
9b75e92852
commit
e8b699797c
11 changed files with 240 additions and 65 deletions
|
|
@ -145,6 +145,10 @@ class EmbeddingIndex(ABC):
|
|||
) -> QueryDocumentsResponse:
|
||||
raise NotImplementedError()
|
||||
|
||||
@abstractmethod
|
||||
async def delete(self):
|
||||
raise NotImplementedError()
|
||||
|
||||
|
||||
@dataclass
|
||||
class BankWithIndex:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue