Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Join us May 13th & May 14th at Interrupt, the Agent Conference by LangChain. Buy tickets >
TypeScript
使用 LangChain JavaScript 集成 IMSDb 文档加载器。
npm install @langchain/community @langchain/core cheerio
import { IMSDBLoader } from "@langchain/community/document_loaders/web/imsdb"; const loader = new IMSDBLoader("https://imsdb.com/scripts/BlacKkKlansman.html"); const docs = await loader.load();