LangGraph Platform is now part of LangSmith. Check out the Changelog for more information.
TypeScript
npm install officeparser
import { PPTXLoader } from "@langchain/community/document_loaders/fs/pptx"; const loader = new PPTXLoader("src/document_loaders/example_data/example.pptx"); const docs = await loader.load();
Was this page helpful?