使用https://github.com/alibaba/AliSQL/releases/download/AliSQL-8.0.44-1/alisql-8.0.44-1.el8.x86_64.rpm
版本,不支持向量类型
mysql> CREATE TABLE embeddings (
id INT PRIMARY KEY,
content TEXT,
embedding VECTOR(768) -- 768 维向量
) ENGINE=InnoDB;
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'VECTOR(768) -- 768 维向量
) ENGINE=InnoDB' at line 4
mysql>