mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 07:36:30 +03:00
31 lines
988 B
JSON
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"
|
|
}
|
|
}
|
|
}
|