diff --git a/Instructions/Exercises/03-Use-own-data.md b/Instructions/Exercises/03-Use-own-data.md index 11d2054..709f0c2 100644 --- a/Instructions/Exercises/03-Use-own-data.md +++ b/Instructions/Exercises/03-Use-own-data.md @@ -1,8 +1,3 @@ ---- -lab: - title: 独自のデータを使用するカスタム Copilot を作成する ---- - # 独自のデータを使用するカスタム Copilot を作成する 取得拡張生成 (RAG) は、カスタム データ ソースからのデータを、生成 AI モデルのプロンプトに統合するアプリケーションを構築するために使用される手法です。 RAG は、カスタム *Copilot* を開発するために一般的に使用されるパターンです。チャット ベースのアプリケーションでは、言語モデルを使用して入力を解釈し、適切な応答を生成します。