Files
symfony-flex-recipes/symfony.ai-pinecone-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
988 B
JSON

{
"manifests": {
"symfony/ai-pinecone-store": {
"manifest": {
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "PINECONE_API_KEY=",
"#2": "PINECONE_INDEX_HOST="
}
},
"files": {
"config/packages/ai_pinecone_store.yaml": {
"contents": [
"ai:",
" store:",
" pinecone:",
" default:",
" api_key: '%env(PINECONE_API_KEY)%'",
" index_host: '%env(PINECONE_INDEX_HOST)%'",
""
],
"executable": false
}
},
"ref": "789ec9193ec393dba60749e28bb65da0d930c3cc"
}
}
}