Deployed embedding model not available in Azure Search import and vectorize data wizard

Luis Felipe Moreno 20 Reputation points
2025-06-04T17:38:28.0533333+00:00

Greetings,

I created an Azure Foundry hub project for training a RAG agent. In this project I have deployed 3 models: gpt 4o, text-embedding-ada-002 and Cohere-embed-v3-multilingual

User's image

I have a search service to create indexes to create RAG data for gpt model.

User's image

Now I am trying to create indexes from an Azure cosmos DB datasource. I am doing it by import and vectorize data wizard.

I can set the datasource sucessfully

User's image

However, when I am trying to set embedding model to vectorize text I cant select any of the available models in my hub project. It says literally "No deployments available with an embedding model"

User's image

Im following instructions from: https://learn.microsoft.com/en-au/azure/search/search-get-started-portal-import-vectors?tabs=sample-data-storage%2Cmodel-catalog%2Cconnect-data-storage#supported-embedding-models

Thank you for your attention

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.
1,343 questions
{count} votes

Accepted answer
  1. Shree Hima Bindu Maganti 4,775 Reputation points Microsoft External Staff Moderator
    2025-06-04T22:02:09.8+00:00

    Hi @Luis Felipe Moreno
    Thanks for your Update
    I'm glad that you were able to resolve your issue and thank you for posting your solution so that others experiencing the same thing can easily reference this!

    Since the Microsoft Q&A community has a policy that "The question author cannot accept their own answer. They can only accept answers by others ", I'll repost your solution in case you'd like to "Accept " the answer.

    Issue:
    Deployed embedding model not available in Azure Search import and vectorize data wizard
    solution:
    Hi, thanks for the clarification.

    My error was I deployed embedding model in Azure foundry project.

    I needed to create an Azure OpenAI resource in my suscription and then make deployment of a text-embedding model as Standard type.

    User's image

    After this, I could set embedding model from Azure Open AI for RAG cosmos DB

    User's image

    Let me know if you need any further Assistances needed. Feel free to comment.
    Please click Accept Answer and kindly upvote it so that other people who faces similar issue may get benefitted from it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

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