{
  "altLabels": [
    "Agentic Search"
  ],
  "definition": "A retrieval pattern in which an AI agent plans, issues, evaluates, and iterates retrieval actions as part of a broader reasoning or task-solving loop.",
  "derivedRelations": [
    {
      "target": "browsecomp-plus",
      "type": "evaluatedBy"
    },
    {
      "target": "retrieval-planning",
      "type": "hasPart"
    },
    {
      "note": "Conversational search centers on user-system dialogue; agentic retrieval centers on an agent controlling retrieval actions.",
      "target": "conversational-search",
      "type": "notEquivalentTo"
    },
    {
      "note": "Deep research is a broader agentic research and synthesis pattern; agentic retrieval is the retrieval loop that may support it.",
      "target": "deep-research",
      "type": "notEquivalentTo"
    },
    {
      "note": "Multi-hop retrieval is a retrieval pattern; agentic retrieval is the broader agent-controlled loop that may perform multi-hop retrieval.",
      "target": "multi-hop-retrieval",
      "type": "notEquivalentTo"
    },
    {
      "note": "Query routing chooses a path for a query; agentic retrieval describes an agent-controlled retrieval loop that may include routing decisions.",
      "target": "query-routing",
      "type": "notEquivalentTo"
    },
    {
      "note": "Retrieval planning is one capability within agentic retrieval; agentic retrieval is the broader agent-controlled retrieval pattern.",
      "target": "retrieval-planning",
      "type": "notEquivalentTo"
    },
    {
      "note": "A web browsing agent is an agent role or system; agentic retrieval is the retrieval behavior it may perform.",
      "target": "web-browsing-agent",
      "type": "notEquivalentTo"
    },
    {
      "target": "browsecomp",
      "type": "related"
    },
    {
      "target": "browsecomp-plus",
      "type": "related"
    },
    {
      "target": "web-browsing-agent",
      "type": "related"
    }
  ],
  "distinctions": [
    {
      "reason": "Agentic retrieval names the agent-controlled retrieval loop; Agentic RAG is the broader generation pattern that uses such a loop.",
      "statement": "Agentic Retrieval is not Agentic RAG.",
      "target": "agentic-rag",
      "targetLabel": "Agentic RAG",
      "targetUri": "https://id.searchplex.net/agentic-rag/"
    },
    {
      "reason": "Agentic retrieval is agent-controlled; iterative retrieval is broader and may be user-driven, system-driven, feedback-driven, or agent-driven.",
      "statement": "Agentic Retrieval is not Iterative Retrieval.",
      "target": "iterative-retrieval",
      "targetLabel": "Iterative Retrieval",
      "targetUri": "https://id.searchplex.net/iterative-retrieval/"
    },
    {
      "reason": "Multi-stage ranking is a retrieval-system architecture; agentic retrieval is a task-loop pattern in which an agent may call one or more retrieval systems repeatedly.",
      "statement": "Agentic Retrieval is not Multi-Stage Ranking.",
      "target": "multi-stage-ranking",
      "targetLabel": "Multi-Stage Ranking",
      "targetUri": "https://id.searchplex.net/multi-stage-ranking/"
    },
    {
      "reason": "RAG is a generation pattern using retrieved information; agentic retrieval is an agent-controlled retrieval pattern that may be used within agentic RAG systems.",
      "statement": "Agentic Retrieval is not Retrieval-Augmented Generation.",
      "target": "rag",
      "targetLabel": "Retrieval-Augmented Generation",
      "targetUri": "https://id.searchplex.net/rag/"
    },
    {
      "reason": "Retrieval selects items for a query; agentic retrieval describes an agent-controlled loop of retrieval actions and result handling.",
      "statement": "Agentic Retrieval is not Retrieval.",
      "target": "retrieval",
      "targetLabel": "Retrieval",
      "targetUri": "https://id.searchplex.net/retrieval/"
    },
    {
      "reason": "Semantic search describes meaning-oriented retrieval; agentic retrieval describes who controls and iterates the retrieval process.",
      "statement": "Agentic Retrieval is not Semantic Search.",
      "target": "semantic-search",
      "targetLabel": "Semantic Search",
      "targetUri": "https://id.searchplex.net/semantic-search/"
    },
    {
      "reason": "Agentic retrieval iterates retrieval actions under agent control; single-shot retrieval uses one query or retrieval attempt without an agentic loop.",
      "statement": "Agentic Retrieval is not Single-Shot Retrieval.",
      "target": "single-shot-retrieval",
      "targetLabel": "Single-Shot Retrieval",
      "targetUri": "https://id.searchplex.net/single-shot-retrieval/"
    }
  ],
  "id": "agentic-retrieval",
  "kind": "Task",
  "license": "https://creativecommons.org/publicdomain/zero/1.0/",
  "links": [
    {
      "label": "This is what agentic retrieval looks like",
      "type": "officialHomepage",
      "url": "https://hornet.dev/blog/this-is-what-agentic-retrieval-looks-like"
    },
    {
      "label": "Agentic Retrieval-Augmented Generation",
      "type": "canonicalSurvey",
      "url": "https://arxiv.org/abs/2501.09136"
    }
  ],
  "modifiedAt": "2026-09-14T06:43:46Z",
  "prefLabel": "Agentic Retrieval",
  "publisher": {
    "name": "Searchplex",
    "url": "https://searchplex.net/"
  },
  "relations": [
    {
      "target": "retrieval",
      "type": "broader"
    },
    {
      "note": "Agentic retrieval names the agent-controlled retrieval loop; Agentic RAG is the broader generation pattern that uses such a loop.",
      "target": "agentic-rag",
      "type": "notEquivalentTo"
    },
    {
      "note": "Agentic retrieval is agent-controlled; iterative retrieval is broader and may be user-driven, system-driven, feedback-driven, or agent-driven.",
      "target": "iterative-retrieval",
      "type": "notEquivalentTo"
    },
    {
      "note": "Multi-stage ranking is a retrieval-system architecture; agentic retrieval is a task-loop pattern in which an agent may call one or more retrieval systems repeatedly.",
      "target": "multi-stage-ranking",
      "type": "notEquivalentTo"
    },
    {
      "note": "RAG is a generation pattern using retrieved information; agentic retrieval is an agent-controlled retrieval pattern that may be used within agentic RAG systems.",
      "target": "rag",
      "type": "notEquivalentTo"
    },
    {
      "note": "Retrieval selects items for a query; agentic retrieval describes an agent-controlled loop of retrieval actions and result handling.",
      "target": "retrieval",
      "type": "notEquivalentTo"
    },
    {
      "note": "Semantic search describes meaning-oriented retrieval; agentic retrieval describes who controls and iterates the retrieval process.",
      "target": "semantic-search",
      "type": "notEquivalentTo"
    },
    {
      "note": "Agentic retrieval iterates retrieval actions under agent control; single-shot retrieval uses one query or retrieval attempt without an agentic loop.",
      "target": "single-shot-retrieval",
      "type": "notEquivalentTo"
    },
    {
      "target": "agentic-rag",
      "type": "related"
    },
    {
      "target": "conversational-search",
      "type": "related"
    },
    {
      "target": "deep-research",
      "type": "related"
    },
    {
      "target": "interactive-search",
      "type": "related"
    },
    {
      "target": "iterative-retrieval",
      "type": "related"
    },
    {
      "target": "multi-hop-retrieval",
      "type": "related"
    },
    {
      "target": "multi-stage-ranking",
      "type": "related"
    },
    {
      "target": "query-decomposition",
      "type": "related"
    },
    {
      "target": "query-reformulation",
      "type": "related"
    },
    {
      "target": "query-routing",
      "type": "related"
    },
    {
      "target": "rag",
      "type": "related"
    },
    {
      "target": "semantic-search",
      "type": "related"
    },
    {
      "target": "session-search",
      "type": "related"
    },
    {
      "target": "single-shot-retrieval",
      "type": "related"
    },
    {
      "target": "web-browsing-agent-evaluation",
      "type": "related"
    }
  ],
  "representations": {
    "html": "https://id.searchplex.net/agentic-retrieval/",
    "json": "https://id.searchplex.net/agentic-retrieval.json",
    "jsonld": "https://id.searchplex.net/agentic-retrieval.jsonld"
  },
  "scheme": "https://id.searchplex.net/scheme/",
  "scopeNote": "Agentic retrieval emphasizes multi-step and adaptive retrieval behavior by an agent, often involving query reformulation, tool use, filtering, verification, or repeated searches. It is not the same as retrieval generally, RAG, semantic search, or multi-stage ranking.",
  "status": "published",
  "terms": [
    {
      "community": "industry",
      "label": "Agent Retrieval",
      "usage": "nearSynonym"
    }
  ],
  "uri": "https://id.searchplex.net/agentic-retrieval/"
}
