OptionalbaseThe base URL to use where API requests should go.
OptionaldimensionsThe dimensionality of the vector once embedded.
OptionalimageThe image fields used when vectorizing.
OptionalmodelThe model to use.
OptionaltextThe text fields used when vectorizing.
OptionalvectorizeWhether the collection name is vectorized.
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 Jina module.
See the documentation for detailed usage.