Mismatched dimension: Vectors have different dimensions variable1 and variable2
An operation between two vectors was executed, but the vectors are not comparable.
Please ensure the vectors are of the same dimension.
Empty vector: variable1 invalid: variable2
Vectors with zero or negative length are not supported.
Please ensure the vector has a non-zero and positive length.
Empty column of vectors: variable1 invalid: variable2
A column of vectors with zero length is not supported.
Please ensure the column of vectors has a length bigger than zero.
Magnitude of zero: variable1 invalid: variable2
An operation was executed against a zero-magnitude vector, which would give an invalid result.
Please check your input vector(s).
Column does not contain vector type: variable1 invalid
The column contains data that is not of vector type.
Please ensure the column contains only vector type data.
Index out of bounds: variable1 invalid: variable2
An attempt was made to access an element outside the bounds of the vector.
Please ensure the index is within the valid range.
Query requested to run indexed, but still runs brute force.
Query was executed using 'only-index/onlyIndex' option.
Remove 'only-index' option.
Mismatched dimension: Query vector has dimension variable1 but data vector dimension is variable2.
The query vector need to have the same dimension as the ANN Index or underlying vectors in case of brute force search.
Vector too big: Vector has dimension variable1, but maximun allowed dimension is variable2
The vector exceeds the maximum allowed dimension.
Please ensure the vector dimension does not exceed the maximum allowed limit.
Invalid argument passed to vector scoring function: variable1 invalid: variable2
Similarity score must be between -1.0 and 1.0. Similarity weight must be between 0.0 and 1.0.
Please check your inputs.