Add chroma recipe to demo app

This commit is contained in:
Christopher Hertel
2025-12-29 20:59:04 +01:00
parent bf75f84edf
commit 0dc65a355f
3 changed files with 15 additions and 11 deletions

View File

@@ -65,6 +65,7 @@ return (new PhpCsFixer\Config())
->in(__DIR__)
->exclude(['ai.symfony.com', 'demo/mate', 'var', 'vendor'])
->notPath([
'demo/config/bundles.php',
'demo/config/reference.php',
'src/mate/resources/mate/config.php',
'src/mate/resources/mate/extensions.php',

View File

@@ -1,14 +1,5 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
Symfony\AI\AiBundle\AiBundle::class => ['all' => true],
Symfony\AI\McpBundle\McpBundle::class => ['all' => true],

View File

@@ -62,17 +62,29 @@
]
},
"symfony/ai-bundle": {
"version": "0.9999999",
"version": "0.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "0.1",
"ref": "05cfb98b7551d4647c6a9b6f777a8a697642eb9e"
"ref": "917b2a3da78a22e9488e99e1847d1f019d18da76"
},
"files": [
"config/packages/ai.yaml"
]
},
"symfony/ai-chroma-db-store": {
"version": "0.1",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "0.1",
"ref": "70b5179ede32bb6faf93f7f521570d3740f5230e"
},
"files": [
"config/packages/ai_chroma_db_store.yaml"
]
},
"symfony/ai-clock-tool": {
"version": "0.9999999",
"recipe": {