You are building a multi-modal AI application that searches across both product images and product descriptions. You store your data in Azure AI Search. How should you define your index schema to support searching with both image embeddings and text embeddings?
Multiple vector fields with different configurations allow simultaneous text and image vector searches.
Why this answer
To support multi-modal search, you define two separate vector fields in the index schema, each with its own dimensions and vector profile mapped to the respective embedding model.