> ## Documentation Index
> Fetch the complete documentation index at: https://docs.agentify.jp/llms.txt
> Use this file to discover all available pages before exploring further.

# 情報抽出（ナレッジパイプライン）

> ナレッジベース型 Agent のために、コンテンツから重要情報を抽出するパイプラインモジュールです。

情報抽出（ナレッジパイプライン）モジュールは、コンテンツから重要な項目、要約、メタデータを抽出し、ナレッジベースで活用しやすい情報へ整えるためのモジュールです。

<Frame>
  <img src="https://mintcdn.com/trendoinc/BbOCPJdxANbL_EDU/images/update-1-0/image5.png?fit=max&auto=format&n=BbOCPJdxANbL_EDU&q=85&s=2b012dd31e955cc2b2a56ae0ebbe493f" alt="情報抽出モジュールの設定画面" width="3320" height="1752" data-path="images/update-1-0/image5.png" />
</Frame>

## 使いどころ

<CardGroup cols={2}>
  <Card title="重要項目の抽出" icon="filter">
    規程、FAQ、手順書から、条件、対象、期限、手順などを取り出します。
  </Card>

  <Card title="ナレッジ登録の前処理" icon="book-open">
    保存前に必要な情報を整え、検索しやすいナレッジデータにします。
  </Card>
</CardGroup>

## パイプライン例

```text theme={null}
ドキュメント入力
  -> 内容拡張
  -> 内容分割
  -> 情報抽出
  -> ナレッジベースに保存
```

<Info>
  通常の「データフィールド抽出」と異なり、このモジュールはナレッジベース型 Agent の構築パイプラインで使うことを想定しています。
</Info>
