Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Duplicate
-
11.8.2
-
None
-
win64
-
Not for Release Notes
Description
vector size https://mariadb.com/docs/server/reference/data-types/numeric-data-types/vector VECTOR(N)
Description
The VECTOR data type was added as part of the vectors feature, which permits MariaDB Server to perform as a relational vector database. N represents the fixed number of dimensions of the vector up to a maximum of 65532. The N dimension will be determined by the embedding algorithm.
Example
CREATE TABLE t1 (id INT AUTO_INCREMENT PRIMARY KEY, v VECTOR(5) NOT NULL,
VECTOR INDEX (v));
vector (61504)
the vector is generate from pipeline of 992x992 image size (992/8 or 992/32) this is max vector size image 1024x1024> 65532 vector size
Attachments
Issue Links
- duplicates
-
MDEV-37025 Incorrect error/docs for Vector column lengths (max = 65532)
-
- Closed
-