Movatterモバイル変換


[0]ホーム

URL:


Skip to main content
This is documentation for LangChain v0.1, which is no longer actively maintained. Check out the docs for thelatest version here.
This is documentation for LangChainv0.1, which is no longer actively maintained.
For the current stable version, seethis version (Latest).

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:

loader= ReadTheDocsLoader("rtdocs", features="html.parser")
docs= loader.load()

Help us out by providing feedback on this documentation page:


[8]ページ先頭

©2009-2025 Movatter.jp