There is a new repository that covers the latest Azure AI code-first experiences. Navigate to and star this one instead: https://github.com/Azure-Samples/rag-data-openai-python-promptflow/tree/main |
---|
This is the basic quickstart tutorial for the Azure AI Studio with PromptFlow. Find framework-specific versions here:
The sample showcases features from the Azure AI Studio preview:
- Azure AI Studio - build, evaluate, deploy, your AI solution from one UI.
- Azure AI Services - core AI Service APIs & Models usable in Azure AI Studio
- Azure AI SDK - for programmatic access to Azure AI Services.
- Azure AI CLI - for command-line access to Azure AI Services.
Warning
Features contained in this repository are in private preview. Preview versions are provided without a service level agreement, and they are not recommended for production workloads. Certain features might not be supported or mvght have constrained capabilities. For more information, see Supplemental Terms of Use for Microsoft Azure Previews.
Learn to build your own copilot using the Azure AI Studio with core resources (Azure AI Services) and tools (Azure AI SDK, Azure AI CLI). The tutorial guides you through the following steps:
- Setup and validate your development environment.
- Create an Azure AI project and AI resources for your copilot.
- Create an Azure AI search index for your custom data.
- Validate copilot by asking a question about your custom data.
- Evaluate the performance of your copilot implementation. Soon
- (Optional) Deploy the copilot to Azure and invoke it. Soon
To work through this tutorial you will need:
- Azure account with active subscription.
- GitHub account with access to GitHub Codespaces.
- (Optional) Set of docs that represent "your custom data".
The sample comes with a set of "product data" docs as default custom data.
Make sure you have access to the Azure AI Studio in your region, and can access related resources in your subscription. Refer to the Azure AI Studio FAQ for more details on regional availability, pricing and more.
Ready to get started building a copilot with your own custom data?
Start here to setup your development environment, then work through the remaining steps.
- Azure AI Studio - UI to explore, build & manage AI solutions.
- Azure AI Studio Docs - Azure AI Studio documentation.
- Azure AI Services - Azure AI Services documentation.
- Training: Using vector search in Azure Cognitive Search
- Tutorial: Deploy a web app for chat on your data