Database Error Messages

DIA-51801

Invalid VECTOR type specification: Invalid dimension count (dimension_count). Valid values can either be * (i.e. flexible) or an integer between 1 and 65535.
  • dimension_count: The dimension count parsed from the user query.

Cause

The VECTOR column type specification has a dimension count that is invalid.


Action

Ensure that the vector dimension count is specified as either flexible (*) or an integer between 1 and 65535.