From 0dc65a355f6e77ee8876c6c870f6745031caa6fa Mon Sep 17 00:00:00 2001 From: Christopher Hertel Date: Mon, 29 Dec 2025 20:59:04 +0100 Subject: [PATCH] Add chroma recipe to demo app --- .php-cs-fixer.dist.php | 1 + demo/config/bundles.php | 9 --------- demo/symfony.lock | 16 ++++++++++++++-- 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/.php-cs-fixer.dist.php b/.php-cs-fixer.dist.php index 7ecd8e36..f93f4909 100644 --- a/.php-cs-fixer.dist.php +++ b/.php-cs-fixer.dist.php @@ -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', diff --git a/demo/config/bundles.php b/demo/config/bundles.php index 530b42fc..c80b5fac 100644 --- a/demo/config/bundles.php +++ b/demo/config/bundles.php @@ -1,14 +1,5 @@ - * - * 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], diff --git a/demo/symfony.lock b/demo/symfony.lock index e024aaaf..54414313 100644 --- a/demo/symfony.lock +++ b/demo/symfony.lock @@ -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": {