1
00:00:05,760 --> 00:00:16,230
In this lesson, we are going to see a level three basic application with orchestration frameworks and

2
00:00:16,230 --> 00:00:16,620
LMS.

3
00:00:16,620 --> 00:00:19,950
So we are progressing step by step.

4
00:00:19,950 --> 00:00:29,250
As you know, we initially develop a basic level three application, then a medium level three application.

5
00:00:29,250 --> 00:00:35,160
And now we are adding orchestration frameworks and LMS.

6
00:00:35,250 --> 00:00:43,290
Uh, in this uh project we are going to add long chain and OpenAI we will use a ChatGPT.

7
00:00:43,290 --> 00:00:51,240
So we are going to use the basic application that we created in the first lesson of this blog.

8
00:00:51,240 --> 00:00:58,200
And to that basic application we are going to add orchestration frameworks and LMS.

9
00:00:59,370 --> 00:01:03,600
You will see also a demo of this, uh, application.

10
00:01:05,400 --> 00:01:13,290
As always, you will have a detail information in the attached materials, especially in the notebook

11
00:01:13,290 --> 00:01:22,740
which is very detailed, and you also will have the code of the project a available to download in GitHub.

12
00:01:22,740 --> 00:01:29,340
And you will also have the slides with the summary of the notebook contents.

13
00:01:32,700 --> 00:01:41,250
So you will see that in this project we are going we are going to integrate a long chain and OpenAI

14
00:01:41,460 --> 00:01:50,130
and you will see that, uh, since we are using a virtual environment that has an old version of long

15
00:01:50,130 --> 00:02:00,480
chain included, we didn't we didn't need to add the modifications included in the version 010 of long

16
00:02:00,480 --> 00:02:01,020
chain.

17
00:02:01,020 --> 00:02:08,910
So probably when you are, uh, installing, uh, the code and trying the code, etc., you will have

18
00:02:08,910 --> 00:02:09,479
to do that.

19
00:02:09,479 --> 00:02:20,400
So we are going to include the a reminder, uh, the video that we have, uh, already shown you, uh,

20
00:02:20,400 --> 00:02:29,610
with the modifications you need to include after the version 010 of long chain in order to import,

21
00:02:29,610 --> 00:02:37,260
uh, packages properly, you know that the, the main changes are in the importing and the, the names

22
00:02:37,260 --> 00:02:38,520
of the packages, etc..

23
00:02:38,520 --> 00:02:45,660
So just remember that and make the necessary changes in your, uh, in your project.

24
00:02:46,570 --> 00:02:59,680
So a and now in the practical video we will see this a basic application with orchestration framework

25
00:02:59,680 --> 00:03:01,180
and LM.

26
00:03:01,180 --> 00:03:08,830
And once we see this practical video and also the demo of the application, in the next lesson we are

27
00:03:08,830 --> 00:03:15,190
going to add a orchestration framework and LM to the medium application.

28
00:03:15,190 --> 00:03:16,360
We did a.

29
00:03:16,360 --> 00:03:22,630
In fact, what we are going to do is to uh, transform the second application.

30
00:03:22,630 --> 00:03:28,150
We had the medium application into a drag application.

31
00:03:28,150 --> 00:03:28,870
Okay.

32
00:03:28,870 --> 00:03:36,670
But first let's go to the practical video of this basic application with long chain and open air.

33
00:03:36,670 --> 00:03:39,700
So let's see this next.

34
00:03:39,700 --> 00:03:41,830
Initially we will see the practical video.

35
00:03:41,830 --> 00:03:46,960
And then later we will see the demo of the application.

36
00:03:47,050 --> 00:03:48,850
We can we can do the demo before.

37
00:03:48,850 --> 00:03:55,030
So you can visualize the demo and then see what are the changes we, we include in the, in the code.

