1. Learn
  2. /
  3. Courses
  4. /
  5. Developing LLM Applications with LangChain

Connected

Exercise

HTML document loaders

It's possible to load documents from many different formats, including complex formats like HTML.

In this exercise, you'll load an HTML file containing a White House executive order.

Instructions

100 XP
  • Use the UnstructuredHTMLLoader class to load the white_house_executive_order_nov_2023.html file in the current directory.
  • Load the documents into memory.
  • Print the first document.
  • Print the first document's metadata.