It would be nicer if you could insert vectors in the format as returned by open AI and then the database converts and stores that as binary data. Also, mariadb really needs custom named types based on simple types with a validator . i.e. CREATE TYPE vector FROM varbinary VALIDATE WITH
I look forward to waiting vector database implementation for MariaDB! Thank you for developing this functionality.
Looks good, any idea when it will be released, even as a beta version?
Release date?
It would be nicer if you could insert vectors in the format as returned by open AI and then the database converts and stores that as binary data. Also, mariadb really needs custom named types based on simple types with a validator . i.e. CREATE TYPE vector FROM varbinary VALIDATE WITH