moaw icon indicating copy to clipboard operation
moaw copied to clipboard

FT1 SKU Not Supported error

Open enishimu1 opened this issue 1 year ago • 4 comments

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)

enishimu1 avatar Mar 07 '24 05:03 enishimu1

cc @cmaneu @Jcardif

sinedied avatar Mar 07 '24 08:03 sinedied

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

enishimu1 avatar Mar 07 '24 09:03 enishimu1

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

mmvmarko avatar Mar 08 '24 06:03 mmvmarko

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.

enishimu1 avatar Mar 08 '24 07:03 enishimu1