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
Integrate with the College confidential document loader using LangChain JavaScript.
npm install @langchain/community @langchain/core cheerio
import { CollegeConfidentialLoader } from "@langchain/community/document_loaders/web/college_confidential"; const loader = new CollegeConfidentialLoader( "https://www.collegeconfidential.com/colleges/brown-university/" ); const docs = await loader.load();
Was this page helpful?