Optional
baseURL?: stringThe base URL to use where API requests should go.
Optional
imageThe image fields used when vectorizing.
Optional
model?: stringThe model to use.
Optional
textThe text fields used when vectorizing.
Optional
truncate?: booleanWhether the input should be truncated to fit in the context window.
Optional
vectorizeWhether the collection name is vectorized.
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 VoyageAI module.
See the documentation for detailed usage.