OptionalbaseThe base URL where API requests should go.
OptionalimageThe image fields used when vectorizing.
OptionalmodelThe model to use. Defaults to None, which uses the server-defined default.
Optionaloutput_Format in which the embeddings are encoded. Defaults to None, so the embeddings are represented as a list of floating-point numbers.
OptionaltextThe text fields used when vectorizing.
OptionaltruncationWhether to apply truncation.
OptionalweightsThe weights of the fields used for vectorization.
OptionalimageFields?: number[]The weights of the image fields.
OptionaltextFields?: number[]The weights of the text fields.
The configuration for multi-media vectorization using the NVIDIA module.
See the documentation for detailed usage.