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.
- 🌟 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:
- Chat, LLM completions, and function calling
- Retrieval-Augmented Generation (RAG)
- Vision and audio AI applications
- Agents
Starting with Langauge Model completions and Chat applications and function implementations with language models in .NET.