Optional
baseURL?: stringThe base URL to use where API requests should go.
Optional
dimensions?: numberThe dimensionality of the vector once embedded.
Optional
imageThe image fields used when vectorizing.
Optional
model?: stringThe model to use.
Optional
textThe text fields used when vectorizing.
Optional
vectorizeWhether the collection name is vectorized.
This parameter is not applicable and has no effect on the underlying module.
Optional
weights?: { The weights of the fields used for vectorization.
Optional
imageThe weights of the image fields.
Optional
textThe weights of the text fields.
The configuration for multi-media vectorization using the Jina module.
See the documentation for detailed usage.