Convert a string attribute to embedding in Neo4j Cypher?

I have the following node in my Neo4j graph (actually I have many of them, this is a representative node):

{id: 1, name: "John", last_name: "Doe", age: 40, city: "New York", credit_score: 5.5}

And I want to transform all the attributes with a type string to an embedding. Please advise how can I do this inside Neo4j using Cypher?