Optional
baseURL?: stringOptional
dimensions?: numberThe dimensionality of the vector once embedded.
Optional
imageThe image fields to use in vectorization. Can be string of Multi2VecField
type. If string, weight 0 will be assumed.
Optional
model?: stringThe model to use.
Optional
textThe text fields to use in vectorization. Can be string of Multi2VecField
type. If string, weight 0 will be assumed.
Optional
vectorizeWhether to vectorize the collection name.
The base URL to use where API requests should go.