> ## 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.

# 専門用語注入

> 専門用語辞書を利用して、入力や回答に業務用語を反映させるモジュールです。

専門用語注入モジュールは、事前に設定した専門用語辞書を利用し、入力テキストや生成結果に業務用語を反映させるためのモジュールです。

<Warning>
  利用する前に、専門用語辞書を設定しておく必要があります。
</Warning>

<Frame>
  <img src="https://mintcdn.com/trendoinc/BbOCPJdxANbL_EDU/images/update-1-0/image8.png?fit=max&auto=format&n=BbOCPJdxANbL_EDU&q=85&s=fe8adb623785da30fcafe6c25bb82e46" alt="専門用語注入モジュールの設定画面" width="3324" height="1780" data-path="images/update-1-0/image8.png" />
</Frame>

## 使いどころ

<CardGroup cols={2}>
  <Card title="業務用語の補完" icon="book-open">
    社内独自の略語、製品名、部署名などを文脈に合わせて補足します。
  </Card>

  <Card title="回答品質の安定化" icon="circle-check">
    モデルが一般語として誤解しやすい専門用語を、正しい意味で扱いやすくします。
  </Card>
</CardGroup>

## 推奨利用パターン

```text theme={null}
ユーザー入力
  -> 同義語書き換え
  -> 専門用語注入
  -> LLM / Agent / ナレッジベース検索
```
