Deploying Azure Kubernetes Service Demo Store App with Azure Open AI – Part 2

This blog post is a continuation of Deploying Azure Kubernetes Service Demo Store App with Azure Open AI – Part 1. It dives into the Python code that calls the Azure Open AI Service and highlights the use of Semantic Kernel. The AKS Demo Store uses the AI functionality to generate product descriptions. The article emphasizes the benefits of using Azure Kubernetes Service (AKS) to support AI Ops platform.

Quick Starter Guide To Azure OpenAI

Azure OpenAI provides generative AI capabilities for your apps and in a corporate enterprise setting. You have access pre-trained models like GPT-3.5 and GPT-4 that are used in Chat GPT from OpenAI. You can develop Chat based applications or integrate into your existing apps. Azure OpenAI through an web API. You can an http URL …

Continue reading Quick Starter Guide To Azure OpenAI