我们已完成 1.25 亿美元的 B 轮融资,用于构建代理工程平台。阅读更多。
TypeScript
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();
此页面有帮助吗?