Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Won't Do
-
11.8.0, 11.8.1
-
None
-
Q3/2025 Maintenance
Description
Currently, there is an issue with insert of a vector embedding that has a different length than what the table expects, the error code does not indicate the exact issue.
Please update the error code language to the following:
"Vector dimensionality mismatch: attempted to insert a vector with
dimensions into a column defined with
{expected_dim}dimensions. Please ensure the vector matches the expected dimensionality."