mirror of
https://github.com/symfony/ai.git
synced 2026-03-23 23:42:18 +01:00
Add chroma recipe to demo app
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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],
|
||||
|
||||
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user