Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
OurBuilding Ambient Agents with LangGraph course is now available on LangChain Academy!
Open In ColabOpen on GitHub

ReadTheDocs Documentation

Read the Docs is an open-sourced free software documentation hosting platform. It generates documentation written with theSphinx documentation generator.

This notebook covers how to load content from HTML that was generated as part of aRead-The-Docs build.

For an example of this in the wild, seehere.

This assumes that the HTML has already been scraped into a folder. This can be done by uncommenting and running the following command

%pip install--upgrade--quiet  beautifulsoup4
#!wget -r -A.html -P rtdocs https://python.langchain.com/en/latest/
from langchain_community.document_loadersimport ReadTheDocsLoader
API Reference:ReadTheDocsLoader
loader= ReadTheDocsLoader("rtdocs")
docs= loader.load()

Related


[8]ページ先頭

©2009-2025 Movatter.jp