mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 18:00:36 +00:00
chore: remove duplicate provider definition (#3917)
# What does this PR do? Files was present twice. Signed-off-by: Sébastien Han <seb@redhat.com>
This commit is contained in:
parent
9c223d8593
commit
7c0e43424d
2 changed files with 0 additions and 16 deletions
|
|
@ -44,14 +44,6 @@ data:
|
||||||
db: ${env.POSTGRES_DB:=llamastack}
|
db: ${env.POSTGRES_DB:=llamastack}
|
||||||
user: ${env.POSTGRES_USER:=llamastack}
|
user: ${env.POSTGRES_USER:=llamastack}
|
||||||
password: ${env.POSTGRES_PASSWORD:=llamastack}
|
password: ${env.POSTGRES_PASSWORD:=llamastack}
|
||||||
files:
|
|
||||||
- provider_id: meta-reference-files
|
|
||||||
provider_type: inline::localfs
|
|
||||||
config:
|
|
||||||
storage_dir: ${env.FILES_STORAGE_DIR:=~/.llama/distributions/starter/files}
|
|
||||||
metadata_store:
|
|
||||||
type: sqlite
|
|
||||||
db_path: ${env.SQLITE_STORE_DIR:=~/.llama/distributions/starter}/files_metadata.db
|
|
||||||
safety:
|
safety:
|
||||||
- provider_id: llama-guard
|
- provider_id: llama-guard
|
||||||
provider_type: inline::llama-guard
|
provider_type: inline::llama-guard
|
||||||
|
|
|
||||||
|
|
@ -36,14 +36,6 @@ providers:
|
||||||
persistence:
|
persistence:
|
||||||
namespace: vector_io::chroma_remote
|
namespace: vector_io::chroma_remote
|
||||||
backend: kv_default
|
backend: kv_default
|
||||||
files:
|
|
||||||
- provider_id: meta-reference-files
|
|
||||||
provider_type: inline::localfs
|
|
||||||
config:
|
|
||||||
storage_dir: ${env.FILES_STORAGE_DIR:=~/.llama/distributions/starter/files}
|
|
||||||
metadata_store:
|
|
||||||
table_name: files_metadata
|
|
||||||
backend: sql_default
|
|
||||||
safety:
|
safety:
|
||||||
- provider_id: llama-guard
|
- provider_id: llama-guard
|
||||||
provider_type: inline::llama-guard
|
provider_type: inline::llama-guard
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue