1
00:00:05,810 --> 00:00:11,810
In this lesson, we will talk about the basic architecture of an LM application.

2
00:00:19,750 --> 00:00:27,610
A basic l.l.m. application contains 3 or 4 main elements.

3
00:00:28,470 --> 00:00:39,600
The Foundation LM, the foundational model upon which we build, for example, ChatGPT the orchestration

4
00:00:39,600 --> 00:00:40,560
framework.

5
00:00:41,250 --> 00:00:48,360
Meaning their language, with which we coordinate all parts of the LLM application.

6
00:00:50,090 --> 00:00:55,670
The vector database where we store our private data.

7
00:00:56,180 --> 00:01:06,830
And sometimes when we call the level two application, we also have a what we can call a toy user interface.

8
00:01:08,760 --> 00:01:10,620
The user interface.

9
00:01:11,230 --> 00:01:14,710
Is like the face of the LM application.

10
00:01:15,700 --> 00:01:21,280
We will examine all these elements in detail in this program.

11
00:01:22,630 --> 00:01:31,030
When we want our basic LM application to become a professional application, it will be necessary to

12
00:01:31,030 --> 00:01:36,160
use the advanced architecture that we will see next.

