Skip to Content
AIエンジニアリング ―基盤モデルを用いたAIアプリケーション開発の基礎と実践
book

AIエンジニアリング ―基盤モデルを用いたAIアプリケーション開発の基礎と実践

by Chip Huyen, 加賀谷 諒, 菅野 憲也
November 2025
Intermediate to advanced
544 pages
9h
Japanese
O'Reilly Japan, Inc.
Content preview from AIエンジニアリング ―基盤モデルを用いたAIアプリケーション開発の基礎と実践

6章RAGとエージェント

タスクを解決するために、モデルは実行方法の指示と、実行に必要な情報の両方を必要とします。人間が情報不足のときに間違った答えを出しやすいのと同じように、AIモデルもコンテキストが不足している場合に間違いを犯し、ハルシネーションを起こしやすくなります。特定のアプリケーションにおいて、モデルへの指示はすべてのクエリに共通ですが、コンテキストは各クエリに固有です。前章では、モデルに良い指示を書く方法について説明しました。本章では、各クエリに関連するコンテキストを構築する方法に焦点を当てます。

コンテキスト構築の主要なパターンとして、RAG(検索拡張生成)とエージェントの2つがあります。RAGは、モデルが外部データソースから関連情報を検索できるようにします。エージェントは、モデルにウェブ検索やニュースAPIなどのツールを使用した情報収集を可能にします。

RAGは主にコンテキスト構築に使用されますが、エージェントはさらに多くのことができます。外部ツールによって、モデルの欠点を補い、能力を拡張できます。最も重要なのは、モデルが世界と直接対話し、私たちの生活のさまざまな側面を自動化できることです。

RAGとエージェントの両パターンが魅力的なのは、すでに強力なモデルに新たな能力をもたらす点にあります。これらのパターンは短期間で多くの人々の想像力をかき立て、未来を感じさせる素晴らしいデモやプロダクトを生み出してきました。本章では、これらの各パターンについて、その仕組みと、なぜそれらが有望視されているのかを詳しく説明します。

6.1 RAG

RAGは、外部リソースから関連情報を検索することでモデルの生成を強化する技術です。外部リソースには、内部データベース、ユーザーの過去のチャット履歴、インターネットなどがあります。 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

行動を変えるデザイン ―心理学と行動経済学をプロダクトデザインに活用する

Stephen Wendel, 武山 政直, 相島 雅樹, 反中 望, 松村 草也
生成AI時代の価値のつくりかた ―実践者のマインド、スキル、データ、ユースケース

生成AI時代の価値のつくりかた ―実践者のマインド、スキル、データ、ユースケース

Rob Thomas, Paul Zikopoulos, Kate Soule, 本多 真二郎, オライリー・ジャパン編集部

Publisher Resources

ISBN: 9784814401383Publisher Website