mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 12:07:34 +00:00
memory client works
This commit is contained in:
parent
a08958c000
commit
8d14d4228b
8 changed files with 164 additions and 86 deletions
|
@ -53,6 +53,7 @@ def available_distribution_specs() -> List[DistributionSpec]:
|
|||
),
|
||||
DistributionSpec(
|
||||
spec_id="test-memory",
|
||||
description="Just a test distribution spec for testing memory bank APIs",
|
||||
provider_specs={
|
||||
Api.memory: providers[Api.memory]["meta-reference-faiss"],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue