mirror of
https://github.com/symfony/recipes.git
synced 2026-09-16 09:36:24 +03:00
31 lines
1001 B
JSON
31 lines
1001 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-mongo-db-store": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "MONGODB_URI=mongodb://localhost:27017"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_mongo_db_store.yaml": {
|
|
"contents": [
|
|
"ai:",
|
|
" store:",
|
|
" mongodb:",
|
|
" default:",
|
|
" uri: '%env(MONGODB_URI)%'",
|
|
" database: 'my_database'",
|
|
" index_name: 'vector_index'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "f4cf478544b0b33e573004eda6891bb9515ef429"
|
|
}
|
|
}
|
|
}
|