LangGraph Platform is now part of LangSmith. Check out the LangSmith docs for more information.
OSS (v1-alpha)
LangChain and LangGraph
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();
Was this page helpful?