OptionalbaseThe base URL to use where API requests should go.
OptionaldimensionsThe number of dimensions for the generated embeddings.
OptionalimageThe image fields used when vectorizing.
OptionalmodelThe specific model to use.
OptionaltextThe text fields used when vectorizing.
OptionaltruncateThe truncation strategy to use.
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 Cohere module.
See the documentation for detailed usage.