mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-18 07:18:53 +00:00
make kvstore configurable for dist and rename registry
This commit is contained in:
parent
4a26c0d54f
commit
46c4c35769
8 changed files with 23 additions and 11 deletions
|
@ -19,7 +19,7 @@ async def test_registry():
|
|||
# delete the file if it exists
|
||||
if os.path.exists(config.db_path):
|
||||
os.remove(config.db_path)
|
||||
registry = DiskRegistry(await kvstore_impl(config))
|
||||
registry = DiskDistributionRegistry(await kvstore_impl(config))
|
||||
bank = VectorMemoryBankDef(
|
||||
identifier="test_bank",
|
||||
embedding_model="all-MiniLM-L6-v2",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue