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.
本站翻译于2026年5月3日,请放心食用🎉🎉🎉
TypeScript
使用 LangChain JavaScript 与字幕文档加载器集成。
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();