ruoccofabrizio / azure-open-ai-embeddings-qna

A simple web application for a OpenAI-enabled document search. This repo uses Azure OpenAI Service for creating embeddings vectors from documents. For answering the question of a user, it retrieves the most relevant document and then uses GPT-3, GPT-3.5 or GPT-4 to extract the matching answer for the question.
https://azure.microsoft.com/en-us/products/cognitive-services/openai-service
MIT License
846 stars 510 forks source link

Cannot deploy as Web APP #116

Closed CinderZhang closed 1 year ago

CinderZhang commented 1 year ago

Following the instructions and deployed successfully as "Function APP". How do I use it as Web APP?

Thank you!

image

image

CinderZhang commented 1 year ago

Solved, the Web APP is next to the function app.