The Vector Embedding transformation creates a Vector output field that stores the vector
embedding.
The Vector output field is an array of doubles with a precision that is equal to the
number of dimensions in the vector. For example, a vector embedding model
that uses 300 dimensions will output an array of 300 elements. You can use a
Target transformation to write the vector to a vector database.