-
Book Overview & Buying
-
Table Of Contents
Practical C# Projects with .NET
By :
In the prior chapter, we explored the use of Microsoft.Extensions.AI to build flexible applications around large language models (LLMs) by building some simple chatbots.
In this chapter, we'll continue our journey into LLMs by building a more complex system that uses AI orchestration to integrate multiple retrieval augmentation generation (RAG) data sources into a single AI application.
We'll play with these concepts by exploring four different implementations of an AI-enabled application that let users integrate data from various documents into their applications using Microsoft.Extensions.AI and Microsoft Agent Framework.
By the time we're done, you'll understand more about RAG and AI orchestration and have the beginnings of your very own home AI librarian who can direct you to relevant content from your digital library.
This chapter covers the following topics: