1
00:00:04,920 --> 00:00:09,780
Okay, so in this lesson we are going to build.

2
00:00:11,390 --> 00:00:18,470
Uh, a uh level three application with orchestration frameworks and LMS.

3
00:00:18,950 --> 00:00:24,770
But in this case we are going to use the second application.

4
00:00:24,800 --> 00:00:34,760
Uh, we built in this block and we are going to add long chain and OpenAI in order to create a rack

5
00:00:34,760 --> 00:00:35,630
application.

6
00:00:35,630 --> 00:00:36,020
Okay.

7
00:00:36,020 --> 00:00:44,450
So do you remember the second app we, we created, the one that was loading PDF files to Amazon S3.

8
00:00:45,050 --> 00:00:50,810
So we are going to use that one as a as our starting point.

9
00:00:50,810 --> 00:00:59,540
And from there we are going to build a rack application that will be able to ask questions, uh, about

10
00:00:59,540 --> 00:01:03,590
the PDF files we have stored in Amazon S3.

11
00:01:03,590 --> 00:01:03,950
Okay.

12
00:01:03,950 --> 00:01:07,550
Something similar than the advanced application.

13
00:01:07,550 --> 00:01:10,760
Uh, Seek Insights is doing okay.

14
00:01:10,760 --> 00:01:14,180
So it's going to be the same functionality or.

15
00:01:14,180 --> 00:01:15,980
Well, these are simple approach.

16
00:01:15,980 --> 00:01:19,430
But the the goal is the same as always.

17
00:01:19,430 --> 00:01:23,480
You are going to find more detailed information in the attached materials.

18
00:01:23,660 --> 00:01:29,540
Especially as you know, the main document would be the notebook where you have a very detailed information.

19
00:01:29,540 --> 00:01:37,820
And you will also have the code available to download from GitHub, and also the slides with a summary

20
00:01:37,820 --> 00:01:40,460
of the content you have in the notebook.

21
00:01:43,620 --> 00:01:49,470
So as in the previous lesson, we are going to integrate long chain.

22
00:01:49,470 --> 00:01:51,870
We are going to integrate OpenAI.

23
00:01:51,870 --> 00:01:58,140
And in this case we are also going to do it in the traditional way.

24
00:01:58,140 --> 00:02:07,020
So we prepare this code before and the new 010 version from long chain.

25
00:02:08,270 --> 00:02:15,830
A this this, this code is working for us because we have it in a virtual environment that has a an

26
00:02:15,830 --> 00:02:17,150
old version of long chain.

27
00:02:17,150 --> 00:02:24,470
But probably if you install this code, if you download and execute this code in your computer with

28
00:02:24,470 --> 00:02:33,320
a new virtual environment, probably you are going to need to include the modifications, uh, from

29
00:02:33,320 --> 00:02:37,220
uh, long chain 010 version.

30
00:02:37,220 --> 00:02:38,600
You know how to do it.

31
00:02:38,600 --> 00:02:44,510
We are going to include a reminder, uh, a video reminder for you to know what we are talking about.

32
00:02:44,510 --> 00:02:52,670
We have included this reminder several times, uh, in the level one, uh, applications section.

33
00:02:52,670 --> 00:02:55,670
We did it again in the level two application section.

34
00:02:55,670 --> 00:03:00,890
And we are going to include it here just for you to, to be to understand that with the changes of the

35
00:03:00,890 --> 00:03:06,800
version 010 of long chain, you need to import the packages in a different manner.

36
00:03:07,070 --> 00:03:08,270
In a different manner.

37
00:03:08,270 --> 00:03:11,360
This is the one of the main changes that is included.

38
00:03:11,690 --> 00:03:12,590
So.

39
00:03:13,560 --> 00:03:23,700
A we will do this and you will see the changes in the practical video that is coming next to this one.

40
00:03:23,700 --> 00:03:28,740
And when we finish the practical video, we will go to a.

41
00:03:29,570 --> 00:03:38,510
To a deep dive into the advanced LLM application we know already, which is the SEQ insights.

42
00:03:38,510 --> 00:03:46,700
We are going to go there in in great detail to learn the components and the the way that this professional

43
00:03:46,700 --> 00:03:50,990
application, this advanced professional application has been built.

