https://github.com/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://github.com/ruoccofabrizio/azure-open-ai-embeddings-qna
azureopenai
Last synced: 5 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ruoccofabrizio/azure-open-ai-embeddings-qna
- Owner: ruoccofabrizio
- License: mit
- Created: 2022-11-21T17:16:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T18:19:17.000Z (about 1 year ago)
- Last Synced: 2024-08-02T01:24:19.484Z (9 months ago)
- Topics: azureopenai
- Language: Python
- Homepage: https://azure.microsoft.com/en-us/products/cognitive-services/openai-service
- Size: 1.53 MB
- Stars: 836
- Watchers: 40
- Forks: 509
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ChatGPT-repositories - 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. (NLP)