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