-
Notifications
You must be signed in to change notification settings - Fork 962
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #362 from carlotta94c/patch-1
Adding AOAI service readme
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Learn Azure Open AI service | ||
|
||
## Start here! | ||
|
||
1. [Create an Azure Subscription](https://azure.microsoft.com/en-us/free/students/?WT.mc_id=academic-95355-cacaste) | ||
2. [Apply for access to the Azure OpenAI Service](https://aka.ms/oai/access) | ||
3. [Watch Introduction to Azure OpenAI Service](https://www.youtube.com/watch?v=HTw4cJy3XNk) | ||
4. [Get familiarized with the product content](https://azure.microsoft.com/products/cognitive-services/openai-service/?WT.mc_id=academic-95355-cacaste) | ||
5. [Review how other customers are using Azure AI](https://www.microsoft.com/ai/azure-customer-stories-ai?WT.mc_id=academic-95355-cacaste) | ||
|
||
## Learn the basics | ||
|
||
1. [Understand what is Azure OpenAI](https://learn.microsoft.com/azure/cognitive-services/openai/overview?WT.mc_id=academic-95355-cacaste) | ||
2. [Work through Introduction to Azure OpenAI Service training module](https://learn.microsoft.com/training/modules/explore-azure-openai/?WT.mc_id=academic-95355-cacaste) | ||
3. [Explore key Responsible AI guidelines and principles](https://learn.microsoft.com/legal/cognitive-services/openai/transparency-note?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext&WT.mc_id=academic-95355-cacaste) | ||
|
||
## Advance to intermediate level | ||
1. Discover How-To guides about [Generate embeddings](https://learn.microsoft.com/azure/cognitive-services/openai/how-to/embeddings?tabs=console&WT.mc_id=academic-95355-cacaste) and [Fine-tune](https://learn.microsoft.com/azure/cognitive-services/openai/how-to/fine-tuning?pivots=programming-language-studio&WT.mc_id=academic-95355-cacaste) | ||
2. [Complete embeddings and document search tutorial](https://learn.microsoft.com/azure/cognitive-services/openai/tutorials/embeddings?tabs=command-line&WT.mc_id=academic-95355-cacaste) | ||
3. Learn [How your data is processed, used and stored](https://learn.microsoft.com/legal/cognitive-services/openai/data-privacy?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext?WT.mc_id=academic-95355-cacaste) | ||
4. Review the [Enterprise Data with ChatGPT](https://techcommunity.microsoft.com/t5/ai-applied-ai-blog/revolutionize-your-enterprise-data-with-chatgpt-next-gen-apps-w/ba-p/3762087?WT.mc_id=academic-95355-cacaste) tech blog, and its accompanying [GitHub repository](https://github.com/Azure-Samples/azure-search-openai-demo/) | ||
5. [Discover the REST APIs](https://learn.microsoft.com/rest/api/cognitiveservices/?WT.mc_id=academic-95355-cacaste) | ||
|
||
## Advanced content | ||
1. Learn more in the [Azure OpenAI Workshop](https://github.com/Azure/azure-openai-samples) | ||
2. See examples in the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/tree/main/examples) | ||
3. [Get support and help](https://learn.microsoft.com/azure/cognitive-services/cognitive-services-support-options?context=%2Fazure%2Fcognitive-services%2Fopenai%2Fcontext%2Fcontext&WT.mc_id=academic-95355-cacaste) | ||
|