次回の更新記事:誤解を招きやすいAI用語6選、技術語なのに揺れる意味(公開予定日:2026年04月30日)
AIDB Daily Papers

キーワード検索だけで十分?:エージェントのツール利用でベクトルDBなしにRAG並の性能を実現

原題: Keyword search is all you need: Achieving RAG-Level Performance without vector databases using agentic tool use
著者: Shreyas Subramanian, Adewale Akinfaderin, Yanyan Zhang, Ishan Singh, Mani Khanuja, Sandeep Singh, Maira Ladeira Tanke
公開日: 2025-12-19 | 分野: LLM 効率化 AI 検索

※ 日本語タイトル・ポイントはAIによる自動生成です。正確な内容は原論文をご確認ください。

ポイント

  • 本研究では、エージェントがツールとしてキーワード検索を用いることで、ベクトルデータベースなしにRAGと同等の性能を達成できるか検証した。
  • ベクトルデータベースの構築・維持コストや複雑さを解消し、知識ベースの頻繁な更新が必要な場合に特に有効な、よりシンプルで安価な代替手段を提供する。
  • 実験の結果、エージェント基盤のキーワード検索は、従来のRAGシステムの90%以上の性能を達成し、その有効性を示した。

Abstract

While Retrieval-Augmented Generation (RAG) has proven effective for generating accurate, context-based responses based on existing knowledge bases, it presents several challenges including retrieval quality dependencies, integration complexity and cost. Recent advances in agentic-RAG and tool-augmented LLM architectures have introduced alternative approaches to information retrieval and processing. We question how much additional value vector databases and semantic search bring to RAG over simple, agentic keyword search in documents for question-answering. In this study, we conducted a systematic comparison between RAG-based systems and tool-augmented LLM agents, specifically evaluating their retrieval mechanisms and response quality when the agent only has access to basic keyword search tools. Our empirical analysis demonstrates that tool-based keyword search implementations within an agentic framework can attain over $90%$ of the performance metrics compared to traditional RAG systems without using a standing vector database. Our approach is simple to implement, cost effective, and is particularly useful in scenarios requiring frequent updates to knowledge bases.

Paper AI Chat

この論文のPDF全文を対象にAIに質問できます。

質問の例:

AIチャット機能を利用するには、ログインまたは会員登録(無料)が必要です。

会員登録 / ログイン

💬 ディスカッション

ディスカッションに参加するにはログインが必要です。

ログイン / アカウント作成 →

関連するAIDB記事