Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

DIA-51800

VECTOR column type specification error.

Cause

The VECTOR column type specification is incorrect.


Action

Ensure that the correct syntax is used VECTOR(<vector_dimension_count>, <vector_dimension_format>). <vector_dimension_count> can either be flexible (*) or an integer between 1 and 65535. <vector_dimension_format> can either be flexible (*) or one of INT8, FLOAT32, or FLOAT64.