Optional
baseURL?: stringOptional
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
truncate?: booleanWhether the input should be truncated to fit the context window.
Optional
vectorizeWhether to vectorize the collection name.
The base URL to use where API requests should go.