Can't embed with model in Azure AI Studio

77 Views Asked by At

There's a deployed text-embedding-ada-002 in my AI Studio project but I can't create indexes with the data and documents uploaded using that deployed embedding model.

Instead, AI Studio uses Serverless compute to generate the index. How can I use the deployed index?

Create an index in AI Studio

Index created in AI Studio

1

There are 1 best solutions below

0
Suresh Chikkam On BEST ANSWER

I can't create indexes with the data and documents uploaded using that deployed embedding model.

if dataset is in a correct format, we can run the pipeline successfully please recheck the data and the documents with storage container connected.

Here I also had deployed with my text-embedding-ada-002 in the AI studio to create indexes.

enter image description here

enter image description here

And now, I can be able to create the indexes as shown in below.

enter image description here

Deployment status :

enter image description here