Open
Description
Scenario
In the readme file, it mentions that:
Please note: If you are using Azure OpenAI, you will need both a GPT model and embedding model deployment to get this sample working. See
OpenAIModel
inindex.ts
andOpenAIEmbeddings
inVectraDataSource.ts
But for a first timer it is not straight forward and where to go to complete this.
Solution
Just adding a link to community article that walks the developer through the steps of creating and deploying embeddings and models in Azure portal can help the developers to quickly navigate.
Link that can be added: https://techcommunity.microsoft.com/blog/startupsatmicrosoftblog/how-to-set-up-and-configure-a-gpt-deployment-using-the-azure-openai-service/3849854
Additional Context
No response