mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
31 lines
964 B
JSON
31 lines
964 B
JSON
{
|
|
"manifests": {
|
|
"symfony/ai-qdrant-store": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "QDRANT_HOST=localhost",
|
|
"#2": "QDRANT_PORT=6333"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/ai_qdrant_store.yaml": {
|
|
"contents": [
|
|
"ai:",
|
|
" store:",
|
|
" qdrant:",
|
|
" default:",
|
|
" host: '%env(QDRANT_HOST)%'",
|
|
" port: '%env(int:QDRANT_PORT)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "649251ddc5dbb69f025b66a2db7e5652a9b8adf3"
|
|
}
|
|
}
|
|
}
|