Last Updated:

Solution Accelerators for Azure OpenAI

Mike Hacker Articles

I’m excited to share that I’ve just released two AI solution accelerators that you can easily download, tweak, and deploy. These accelerators are designed to be:

  • Easy to Deploy: Just hit the 1-click deploy to Azure button on GitHub.
  • Cost-Effective: They use a limited number of Azure features, but you can configure them to use more services for better performance and scalability.
  • Educational: The C# code is well-commented to help developers understand how to use both Semantic Kernel and Kernel Memory to build amazing AI solutions.

Both solutions are built with .NET Blazor using C#. You can check them out, deploy, or download them from GitHub. They showcase two different approaches to AI solutions: one is an interactive chatbot, and the other uses AI to generate Word documents from templates.

Blazor AI Chat 

A multi-user AI chat solution that lets users upload documents, images, or specify URLs to serve as knowledge for their chat sessions.
Visit the GitHub repo

AI Document Generation

Generate Word documents from templates using AI and uploaded knowledge.
Visit the GitHub repo

Disclaimer

These accelerators are meant to be examples to help developers quickly get started with building AI solutions. Keep in mind, the code isn’t designed to showcase best coding practices or recommended application architecture. It also hasn’t undergone a security review. So, I wouldn’t recommend pushing these directly into production without proper reviews by you or your organization.