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.

Home Page:https://azure.microsoft.com/en-us/products/cognitive-services/openai-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick question on IDE

vmeganathan81 opened this issue · comments

For this project, what is the IDE you used .. Visual studio code ?

There's no dependency on the IDE in the repo, you can use whatever you feel comfortable with (VSCode, Codespaces, etc...)