-
Notifications
You must be signed in to change notification settings - Fork 1
Fix schema manager test #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: feature/vector-type
Are you sure you want to change the base?
Fix schema manager test #5
Conversation
# Conflicts: # src/Platforms/AbstractPlatform.php
I've started work on the Symfony AI store integration. It turns out it needs a vector index, which MariaDB supports by MySQL9 doesn't. I've now added the VECTOR index support to MariaDB in this PR. |
Been doing some more investigation today. It looks like the problem that was being hit with |
Added vector column type for introspection.
Summary