1. 学ぶ
  2. /
  3. コース
  4. /
  5. Developing LLM Applications with LangChain

Connected

演習

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.

指示

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.