Skip to content

Conversation

rickogden
Copy link

Added vector column type for introspection.

Q A
Type feature
Fixed issues

Summary

@derrabus derrabus changed the title Feature/vector type Fix schema manager test Sep 12, 2025
@rickogden
Copy link
Author

rickogden commented Sep 13, 2025

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.

@rickogden
Copy link
Author

Been doing some more investigation today. It looks like the problem that was being hit with mysql is also in existence with pdo on PHP 8.3. For some reason the database doesn't accept the binary value. Annoyingly, the only way I've been able to get it to work on PHP < 8.4 is by using VEC_FromText().

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants