Skip to content

Commit

Permalink
Update vector-search-data-types.md
Browse files Browse the repository at this point in the history
Co-authored-by: JaySon <[email protected]>
  • Loading branch information
breezewish and JaySon-Huang authored Sep 6, 2024
1 parent f9b6dc0 commit ae94864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vector-search-data-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ INSERT INTO vector_table VALUES (2, '[0.3, 0.5]'); -- 2 dimensions vector,
+---------------------------------------------+
1 row in set (0.01 sec)

mysql> SELECT VEC_FROM_TEXT('[2,3,4]') - VEC_FROM_TEXT('[1,2,3]');
[tidb]> SELECT VEC_FROM_TEXT('[2,3,4]') - VEC_FROM_TEXT('[1,2,3]');
+-----------------------------------------------------+
| VEC_FROM_TEXT('[2,3,4]') - VEC_FROM_TEXT('[1,2,3]') |
+-----------------------------------------------------+
Expand Down

0 comments on commit ae94864

Please sign in to comment.