Configuration for the MultimodalIndexer.
const config: MultimodalIndexerConfig = { defaultCollection: 'knowledge-base', imageDescriptionPrompt: 'Describe this image for use in a search index.',}; Copy
const config: MultimodalIndexerConfig = { defaultCollection: 'knowledge-base', imageDescriptionPrompt: 'Describe this image for use in a search index.',};
Optional
Default vector store collection name for indexed content.
'multimodal' Copy
'multimodal'
Custom prompt template for the vision LLM when describing images. If omitted, a sensible default prompt is used.
Configuration for the MultimodalIndexer.
Example