> ## Documentation Index
> Fetch the complete documentation index at: https://cndoc-langchain.site/llms.txt
> Use this file to discover all available pages before exploring further.

# 文件加载器集成

> 使用 LangChain JavaScript 集成文件加载器。

<Tip>
  **兼容性**

  仅在 Node.js 上可用。
</Tip>

这些加载器用于根据文件系统路径或 Blob 对象加载文件。

## 所有文档加载器

<Columns cols={3}>
  <Card title="多个单独文件" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/multi_file" arrow="true" cta="查看指南" />

  <Card title="ChatGPT 文件" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/chatgpt" arrow="true" cta="查看指南" />

  <Card title="CSV" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/csv" arrow="true" cta="查看指南" />

  <Card title="DirectoryLoader" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/directory" arrow="true" cta="查看指南" />

  <Card title="Docx 文件" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/docx" arrow="true" cta="查看指南" />

  <Card title="EPUB 文件" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/epub" arrow="true" cta="查看指南" />

  <Card title="JSON 文件" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/json" arrow="true" cta="查看指南" />

  <Card title="JSONLines 文件" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/jsonlines" arrow="true" cta="查看指南" />

  <Card title="Notion Markdown 导出" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/notion_markdown" arrow="true" cta="查看指南" />

  <Card title="Open AI Whisper 音频" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/openai_whisper_audio" arrow="true" cta="查看指南" />

  <Card title="PDFLoader" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/pdf" arrow="true" cta="查看指南" />

  <Card title="PPTX 文件" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/pptx" arrow="true" cta="查看指南" />

  <Card title="字幕文件" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/subtitles" arrow="true" cta="查看指南" />

  <Card title="TextLoader" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/text" arrow="true" cta="查看指南" />

  <Card title="Unstructured" icon="link" href="/oss/javascript/integrations/document_loaders/file_loaders/unstructured" arrow="true" cta="查看指南" />
</Columns>

<Info>
  如果您想贡献一个集成，请参阅[贡献集成](/oss/javascript/contributing#add-a-new-integration)。
</Info>

***

<div className="source-links">
  <Callout icon="terminal-2">
    [连接这些文档](/use-these-docs) 到 Claude、VSCode 等，通过 MCP 获取实时答案。
  </Callout>

  <Callout icon="edit">
    [在 GitHub 上编辑此页面](https://github.com/langchain-ai/docs/edit/main/src/oss/javascript/integrations/document_loaders/file_loaders/index.mdx) 或 [提交问题](https://github.com/langchain-ai/docs/issues/new/choose)。
  </Callout>
</div>
