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.
本站翻译于2026年5月3日,请放心食用🎉🎉🎉
TypeScript
使用 LangChain JavaScript 与 Hacker News 文档加载器集成。
npm install @langchain/community @langchain/core cheerio
import { HNLoader } from "@langchain/community/document_loaders/web/hn"; const loader = new HNLoader("https://news.ycombinator.com/item?id=34817881"); const docs = await loader.load();