-
-
Notifications
You must be signed in to change notification settings - Fork 145
Labels
AI BundleIssues & PRs about the AI integration bundleIssues & PRs about the AI integration bundleBugSomething isn't workingSomething isn't workingStatus: Needs Review
Description
The AI bundle configuration has dependencies on, for example, use Symfony\AI\Store\Bridge\Postgres\Distance as PostgresDistance and use Symfony\AI\Store\Bridge\Redis\Distance, which are now standalone packages and may not be installed.
The enum class "Symfony\AI\Store\Bridge\Postgres\Distance" does not exist i
n /Users/.../vendor/symfony/ai-bundle/src/../co
nfig/options.php (which is being imported from "/Users/ .../vendor/symfony/ai-bundle/src/AiBundle.php").
ai/src/ai-bundle/config/options.php
Line 21 in 5dd24d0
| use Symfony\AI\Store\Bridge\Postgres\Distance as PostgresDistance; |
Huluti
Metadata
Metadata
Assignees
Labels
AI BundleIssues & PRs about the AI integration bundleIssues & PRs about the AI integration bundleBugSomething isn't workingSomething isn't workingStatus: Needs Review