WEBVTT

00:00.120 --> 00:01.520
Hey there, Eden here.

00:01.520 --> 00:04.280
And we are done with the data indexing.

00:04.280 --> 00:11.320
And in the next couple of videos we are going to dive deep and we're going to be discussing the retrieval

00:11.320 --> 00:12.720
part of our pipeline.

00:13.080 --> 00:16.600
So in the retrieval part we're going to be taking the user's query.

00:16.840 --> 00:19.320
We're going to embed it into a vector.

00:19.320 --> 00:26.800
And then we're going to ask from the vector database to bring us the top k chunks which are the most

00:26.800 --> 00:29.160
similar to our question vector.

00:29.640 --> 00:36.440
So those relevant chunks with the original user query, that's eventually what's going to go to the

00:36.440 --> 00:36.960
LLM.

00:37.200 --> 00:42.720
And this is what's going to generate the answer, which is going to be grounded in the information we

00:42.720 --> 00:48.040
wanted in just a quick heads up, because LinkedIn has changed a lot since I made this course.

00:48.040 --> 00:51.320
The next couple of videos you're about to watch were refilmed.

00:51.320 --> 00:58.440
So I deleted the old recordings and I rerecorded everything to be up to date with the latest version.

00:58.680 --> 01:05.120
That is why the IDE I'm going to be using now is going to be cursor, and the package manager is going

01:05.120 --> 01:07.680
to be UV and not Pipenv.

01:07.800 --> 01:13.480
And I just want to clarify that all the code we wrote so far is still the best practice when it comes

01:13.480 --> 01:16.800
to the latest version, so it didn't change at all.

01:16.800 --> 01:18.040
All the ingestion part.

01:18.080 --> 01:24.400
What significantly changed was the retrieval part, and this is why I rerecorded the following videos.

01:24.400 --> 01:30.200
And by the way, I do plan to rerecord the first videos with cursor and with the UV package manager,

01:30.200 --> 01:32.240
so everything is going to be smoother.

01:32.240 --> 01:34.760
So please forgive me for this minor inconvenience.

01:34.760 --> 01:38.240
At the moment I'm really trying to do my best to keep this course up to date.
