iiRecord
Agentic AI Atlas · Parent-Child Retrieval
retrieval-pipeline:parent-child-retrievala5c.ai
II.
RetrievalPipeline JSON

retrieval-pipeline:parent-child-retrieval

Structured · live

Parent-Child Retrieval json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/knowledge-fabric/retrieval-pipelines.yamlCluster · domain
Record JSON
{
  "id": "retrieval-pipeline:parent-child-retrieval",
  "_kind": "RetrievalPipeline",
  "_file": "domain/knowledge-fabric/retrieval-pipelines.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Parent-Child Retrieval",
    "description": "Hierarchical chunk retrieval pipeline that embeds small child chunks\nfor precise similarity matching but returns the larger parent chunk\nas context. Child chunks (e.g., individual paragraphs) are embedded\nand searched; when a child matches, the parent chunk (e.g., the full\nsection or page) is returned to provide surrounding context. This\npattern improves both retrieval precision (small chunks match better)\nand generation quality (large context prevents information loss).\n",
    "pipelineKind": "hierarchical",
    "chunkingStrategy": "parent-child"
  },
  "outgoingEdges": [
    {
      "from": "retrieval-pipeline:parent-child-retrieval",
      "to": "knowledge-source:documentation-wiki",
      "kind": "retrieves_from"
    },
    {
      "from": "retrieval-pipeline:parent-child-retrieval",
      "to": "knowledge-source:api-documentation",
      "kind": "retrieves_from"
    },
    {
      "from": "retrieval-pipeline:parent-child-retrieval",
      "to": "topic:chunking-strategies",
      "kind": "relates_to_topic"
    }
  ],
  "incomingEdges": []
}