Skip to content

Commit 0e00094

Browse files
committed
Specify metadata store explicitly
1 parent c64881b commit 0e00094

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ansible-chatbot-run.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,10 @@ providers:
7171
- provider_id: model-context-protocol
7272
provider_type: remote::model-context-protocol
7373
config: {}
74-
metadata_store: null
74+
metadata_store:
75+
namespace: null
76+
type: sqlite
77+
db_path: ${env.PROVIDERS_DB_DIR:/.llama/data/distributions/ansible-chatbot}/registry.db
7578
models:
7679
- metadata: {}
7780
model_id: ${env.INFERENCE_MODEL}

0 commit comments

Comments
 (0)