mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
26 lines
759 B
JSON
26 lines
759 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-chroma-db-store": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_chroma_db_store.yaml": {
|
|
"contents": [
|
|
"ai:",
|
|
" store:",
|
|
" chromadb:",
|
|
" default:",
|
|
" collection: 'my_collection'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "70b5179ede32bb6faf93f7f521570d3740f5230e"
|
|
}
|
|
}
|
|
}
|