This project uses the Azure OpenAI service with a deployed legacy GPT-35-turbo base model to implement the prototype of a basic intelligent search functionality which enables users to search for key information in a document using chat prompts. Using the Bring Your Own Data (BYOD) feature of OpenAI models, this model connects to an Azure Search service and answers questions using an embedded How_to_Drive_a_Car_with_Pictures_wikiHow.pdf document.
Navigate to https://victory-openai-search-demo.netlify.app to view the application
The project uses the following services within Azure;
- Azure OpenAI to deploy and train the GPT-35-turbo model.
- Azure Search.
- Azure KeyVault to the sensitive connection details of the OpenAI and Search services.
- Azure Functions to connect to my OpenAI model and pass in chat prompts.