OptionalimageFields?: string[] | Multi2VecField[]The image fields to use in vectorization. Can be string of Multi2VecField type. If string, weight 0 will be assumed.
OptionaloutputEncoding?: stringFormat in which the embeddings are encoded. Defaults to None, so the embeddings are represented as a list of floating-point numbers.
OptionaltextFields?: string[] | Multi2VecField[]The text fields to use in vectorization. Can be string of Multi2VecField type. If string, weight 0 will be assumed.
The configuration for the
multi2vec-nvidiavectorizer.