Files
symfony-flex-recipes/symfony.ai-weaviate-store.0.1.json
T
github-action[bot]andgithub-action[bot] 41d4a2b44d Update Flex endpoint
2025-12-29 08:23:25 +00:00

31 lines
991 B
JSON

{
"manifests": {
"symfony/ai-weaviate-store": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "WEAVIATE_HOST=http://localhost:8080",
"#2": "WEAVIATE_API_KEY="
}
},
"files": {
"config/packages/ai_weaviate_store.yaml": {
"contents": [
"ai:",
" store:",
" weaviate:",
" default:",
" host: '%env(WEAVIATE_HOST)%'",
" api_key: '%env(WEAVIATE_API_KEY)%'",
""
],
"executable": false
}
},
"ref": "d8cafe485d6b8f8b53d5eb3fb49d7cd7b03bdbec"
}
}
}