Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.05 KB

File metadata and controls

25 lines (17 loc) · 1.05 KB

Core Generative AI Techniques

In this lession you'll learn some practical skills for building AI-enabled .NET applications. Concepts include large language model completions and chat, Retrieval-Augmented Generation (RAG), Audio/Video analysis and even AI Agents.


What you'll learn in this lesson:

  • 🌟 LLM completions and chat flows
  • 🔗 Functions & plugins with LLMs
  • 🔎 Retrieval-Augmented Generation (RAG)
  • 👀 Vision-based AI approaches
  • 🔊 Audio creation and transcription
  • 🧩 Agents & assistants

For this lesson, we will subdivide the content into the following sections:

Starting with Langauge Model completions and Chat applications and function implementations with language models in .NET.

👉 Go to part 1 - completions, chat and functions