知識検索 (Knowledge Retrieval)
クエリに基づいてナレッジベースから関連情報を検索し、提示するプロセス。
従来のキーワード検索を超え、ベクトル検索を用いて文脈や意味を理解します。LLM(大規模言語モデル)のハルシネーション(嘘)を防ぐためのRAG(検索拡張生成)システムの中心的な役割を果たします。企業内のドキュメント検索や高度なFAQシステムで利用されます。
graph LR
Center["知識検索 (Knowledge Retrieval)"]:::main
Rel_indexing_search["indexing-search"]:::related -.-> Center
click Rel_indexing_search "/terms/indexing-search"
Rel_keyword_research["keyword-research"]:::related -.-> Center
click Rel_keyword_research "/terms/keyword-research"
Rel_search_engine_optimization_seo["search-engine-optimization-seo"]:::related -.-> Center
click Rel_search_engine_optimization_seo "/terms/search-engine-optimization-seo"
classDef main fill:#7c3aed,stroke:#8b5cf6,stroke-width:2px,color:white,font-weight:bold,rx:5,ry:5;
classDef pre fill:#0f172a,stroke:#3b82f6,color:#94a3b8,rx:5,ry:5;
classDef child fill:#0f172a,stroke:#10b981,color:#94a3b8,rx:5,ry:5;
classDef related fill:#0f172a,stroke:#8b5cf6,stroke-dasharray: 5 5,color:#94a3b8,rx:5,ry:5;
linkStyle default stroke:#4b5563,stroke-width:2px;
🧒 5歳でもわかるように説明
Generated ELI5 content
🤓 Expert Deep Dive
Generated expert content
❓ よくある質問
情報検索(IR)との違いは?
知識検索は、単なるドキュメントのリストではなく、具体的な「答え」や「知識」を抽出することに重点を置いています。