mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-05 12:21:52 +00:00
kvstore impls for redis / sqlite moved
This commit is contained in:
parent
c1ab66f1e6
commit
61974e337f
16 changed files with 137 additions and 114 deletions
|
@ -4,7 +4,8 @@
|
|||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
from pydantic import BaseModel
|
||||
from llama_stack.providers.utils.kvstore import KVStoreConfig
|
||||
|
||||
|
||||
class MetaReferenceImplConfig(BaseModel): ...
|
||||
class MetaReferenceAgentsImplConfig(BaseModel):
|
||||
kv_store: KVStoreConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue