Skip to content

Commit fdd5b43

Browse files
committed
bug #1080 [AI Bundle] Add missing store bridge packages to require-dev (OskarStark)
This PR was merged into the main branch. Discussion ---------- [AI Bundle] Add missing store bridge packages to require-dev | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | Docs? | no | Issues | Fixes #1075 | License | MIT The options.php configuration imports Distance enums from symfony/ai-postgres-store and symfony/ai-redis-store, but these packages were split out and not added to require-dev. Commits ------- 475cc47 Add missing store bridge packages to require-dev
2 parents 7433fd8 + 475cc47 commit fdd5b43

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ai-bundle/composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
"symfony/ai-chroma-db-store": "@dev",
3939
"symfony/ai-mongo-db-store": "@dev",
4040
"symfony/ai-pinecone-store": "@dev",
41+
"symfony/ai-postgres-store": "@dev",
42+
"symfony/ai-redis-store": "@dev",
4143
"symfony/expression-language": "^7.3|^8.0",
4244
"symfony/security-core": "^7.3|^8.0",
4345
"symfony/translation": "^7.3|^8.0"

0 commit comments

Comments
 (0)