Hey. I have a mysql9 Database with a Vector field. I want to save a Vector there.
The Vector Value is a string like this [0.009412757, -0.016945556, 0.010508319] and i need to save it with a mysql function STRING_TO_VECTOR( but i see no possibility to add this function outside the value.
Finally it looks like this:
UPDATE
for_messagesSET
embedding = 'STRING_TO_VECTOR(\'[0.00941275
Any ideas. Thanks already now.
sql: UPDATE for_messages
SET embedding
= ‘STRING_TO_VECTOR('[0.009412757,-0.016945556,0.010508319…]')’, = ‘’ WHERE timestamp
= 1731505390.229889, code: ER_PARSE_ERROR
Information on your n8n setup
- n8n version: 1.74.1
- Running n8n via Docker
- Mac OS