Skip to content

Commit 5044821

Browse files
committed
Fix composer setup of examples before 0.6
1 parent 8beab35 commit 5044821

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

examples/composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"description": "Example scripts about using Symfony AI",
44
"license": "MIT",
55
"type": "project",
6+
"repositories": [
7+
{"type": "path", "url": "../src/store/src/Bridge/S3Vectors" },
8+
{"type": "path", "url": "../src/store/src/Bridge/Vektor" }
9+
],
610
"require": {
711
"php": ">=8.2",
812
"symfony/ai-agent": "^0.5",
@@ -58,7 +62,7 @@
5862
"symfony/ai-qdrant-store": "^0.5",
5963
"symfony/ai-redis-message-store": "^0.5",
6064
"symfony/ai-redis-store": "^0.5",
61-
"symfony/ai-s3vectors-store": "^0.6",
65+
"symfony/ai-s3vectors-store": "dev-main",
6266
"symfony/ai-scaleway-platform": "^0.5",
6367
"symfony/ai-scraper-tool": "^0.5",
6468
"symfony/ai-serp-api-tool": "^0.5",
@@ -70,7 +74,7 @@
7074
"symfony/ai-tavily-tool": "^0.5",
7175
"symfony/ai-transformers-php-platform": "^0.5",
7276
"symfony/ai-typesense-store": "^0.5",
73-
"symfony/ai-vektor-store": "^0.6",
77+
"symfony/ai-vektor-store": "dev-main",
7478
"symfony/ai-vertex-ai-platform": "^0.5",
7579
"symfony/ai-voyage-platform": "^0.5",
7680
"symfony/ai-weaviate-store": "^0.5",

src/store/src/Bridge/S3Vectors/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"require": {
2626
"php": ">=8.2",
2727
"async-aws/s3-vectors": "^2.0",
28-
"symfony/ai-platform": "^0.6",
29-
"symfony/ai-store": "^0.6",
28+
"symfony/ai-platform": "^0.5",
29+
"symfony/ai-store": "^0.5",
3030
"symfony/uid": "^7.3|^8.0"
3131
},
3232
"require-dev": {

src/store/src/Bridge/Vektor/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"require": {
2424
"php": ">=8.2",
2525
"centamiv/vektor": "^2.0.1",
26-
"symfony/ai-platform": "^0.6",
27-
"symfony/ai-store": "^0.6",
26+
"symfony/ai-platform": "^0.5",
27+
"symfony/ai-store": "^0.5",
2828
"symfony/filesystem": "^7.3|^8.0",
2929
"symfony/uid": "^7.3|^8.0"
3030
},

0 commit comments

Comments
 (0)