The gist below is a list of useful resources for .NET developers getting started with the new wave of AI applications.
Sample | Summary |
---|---|
A .NET introduction to RAG (Retrieval Augmented Generation) | This blog explains how to use AI to create text, images, audio, or anything else, and how to build a simple chat app with .NET and Azure OpenAI. |
A .NET introduction to Chat GPT Plugins | This is a quickstart for sample for creating ChatGPT Plugin using GitHub Codespaces, Visual Studio or VS Code, and Azure. The sample includes templates to deploy the plugin to Azure Container Apps using the Azure Developer CLI. |
Generative AI Native Sample: ChatGPT + Enterprise data with Azure OpenAI and Cognitive Search | This |