filipw / strathweb-samples-azureopenai

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Azure OpenAI Samples

Various Azure Open AI Samples using the .NET SDK

GPT-based Classification

β†’ classification of natural language data
πŸ“ Blog post: Building GPT powered applications with Azure OpenAI Service
πŸ’» Code

Embeddings

β†’ similarity scores using embeddings
πŸ“ Blog post: Using embeddings model with Azure OpenAI Service
πŸ’» Code

Bring Your Own Data

β†’ retrieval augmented generation pattern using integration into Azure AI Search
πŸ“ Blog post part 1: Setting up Azure AI Search
πŸ“ Blog post part 2: Calling Azure OpenAI Service via REST API
πŸ“ Blog post part 3: Calling Azure OpenAI Service via .NET SDK
πŸ“ Blog post part 4: Adding vector search
πŸ’» Code

GPT Text Generation + Speech Synthesis

β†’ Azure OpenAI summarization with Azure AI Speech speech synthesis
πŸ“ Blog post: Combining Azure OpenAI with Azure AI Speech
πŸ’» Code

Tool Calling

β†’ using tool (function) calling to orchestrate application workflows
πŸ“ Blog post: Tool Calling with Azure OpenAI - Part 1: The Basics
πŸ“ Blog post: Tool Calling with Azure OpenAI - Part 2: Using the tools directly via the SDK πŸ’» Code

AutoGen Tool Calling

β†’ tool (function) calling with the AutoGen framework
πŸ“ Blog post - WIP
πŸ’» Code

Assistant Tool Calling

β†’ tool (function) calling with the Assistants API
πŸ“ Blog post - WIP
πŸ’» Code

About

License:MIT License


Languages

Language:C# 100.0%