microsoft / moaw

Grab-and-go resources to help you learn new skills, with all the tools you need to create, host and share your own workshop
https://aka.ms/moaw
Creative Commons Attribution Share Alike 4.0 International
103 stars 77 forks source link

FT1 SKU Not Supported error #106

Open enishimu1 opened 6 months ago

enishimu1 commented 6 months ago

I ran this workshop and the call to OpenAIEmbedding() fails with an error "FT1 SKU Not Supported". I found out the reason for the error is due to the fact that it is a trial version of Fabric by watching the video. In order to continue this workshop on the trial version of Fabric, I would like to use AOAI to call openai.Embedding.create() instead, but the video only shows the middle of the process. I would like to have a sample of the rest of the video.

Building RAG Application on Microsoft Fabric & Azure Open AI - Generating and Storing Embeddings (moaw.dev)

Building RAG Application on Microsoft Fabric & Azure Open AI - Retrieving Relevant Documents and Answering Questions (moaw.dev)

sinedied commented 6 months ago

cc @cmaneu @Jcardif

enishimu1 commented 6 months ago

I had forgotten the link to the video. I am referring to this one. https://techcommunity.microsoft.com/t5/educator-developer-blog/microsoft-fabric-ai-hack-together-building-rag-application-on/ba-p/4064844

mmvmarko commented 6 months ago

just want to point out that this is the same problem like in my opened issue https://github.com/microsoft/moaw/issues/105

enishimu1 commented 6 months ago

I understand that the FT1 error is Not support. So I am trying to call Azure OpenAI instead. I have confirmed that Azure OpenAI can be called with openai.Embedding.create(), but I am not able to connect the process in a way that fits the subsequent process in this hands-on. Since I know many people will be verifying this with the Fabric trial version, I would like to have a sample that calls Azure OpenAI so that the verification can continue in the trial version.