This template provisions essential infrastructure for you to use Azure OpenAI with your own data. Visit the OpenAI Use Your Data tutorial for details on how to combine this architecture setup with application code.
This project framework provides the following features:
- Provisions an Azure OpenAI service
- Provisions an Azure AI Search service
- Configures essential connections between the OpenAI and AI Search service, such as creating indexes and managing permissions
To provision the template, open a terminal in an empty folder on your local computer and run the following commands:
azd init --template openai-chat-your-own-data
azd auth login
azd up
The provisioning process may take several minutes to complete.
- [Tutorial - Use Your Data with OpenAI](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/