Directory_read_tool = DirectoryReadTool(directory='./instructions')

I am not clear, if I am running this code on my local system, what should be the directory file instead of instructions here?
directory_read_tool = DirectoryReadTool(directory=‘./instructions’)

The file which is shown in the video, how can I get it?

Hi @Sappy606,

You can look at the files by accessing your workspace by clicking, Menu--> File --> Open...

Best,
Mubsi

This means that the file is in the same place as the notebook.

Wherever you’d place your file when running locally, adjust the file path accordingly.

oh… ok… can I get the same file which is used in the course?

Hi @Sappy606,

Yes, you can.