Cant create multimodal search due to can not find the correct models

System Administrator 0 Reputation points
2025-12-26T03:09:14.1666667+00:00

I can not create multimodal RAG of multimodal embedding; however, I've tried to meet the regions deployment and still not working.

And the discussion here mentioned the Cohere models should be deployed as serverless but I can not find the serverless type no matter in hubs or projects...

https://learn.microsoft.com/en-us/answers/questions/5634290/deployed-cohere-embedding-model-not-available-in-a

Please kindly share your insights to help me :(


Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Q&A Assist
    2025-12-26T03:09:21.61+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    To create a multimodal RAG (Retrieval-Augmented Generation) using multimodal embeddings, ensure that you have the correct models deployed and that they are accessible in your Azure environment. Here are some steps to consider:

    1. Deployment of Cohere Models: Make sure that the Cohere embedding models are provisioned as serverless API deployments. You can use an ARM/Bicep template for this task. If you are unable to find the serverless option, double-check that you are looking in the correct sections of the Azure Foundry portal or your project settings.
    2. Regional Availability: Confirm that both your Azure OpenAI resource and Azure AI Search service are created in the same region. While integrated vectorization does not strictly require this, having them in the same region can improve performance and reduce latency.
    3. Model Selection: When adding knowledge to your agent workflow in the Foundry portal, ensure you are selecting the correct embedding models that are supported for your project. The supported models include text-embedding-ada-002, text-embedding-3-small, and text-embedding-3-large, among others.
    4. Public Access: Ensure that all resources have public access enabled so that the Azure portal can access them. This is crucial for the wizard to run successfully.

    If you have followed these steps and are still encountering issues, consider reaching out to Azure support for further assistance.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.