{
  "id": "bbg-p0365-search-retrieval-and-rag-search",
  "title": "Search, Retrieval, And RAG: LLM + Embedding Map",
  "chapter": "search-retrieval-and-rag",
  "batch": "28",
  "rank": 279,
  "sourcePage": 365,
  "sourcePointer": "p. 365",
  "status": "non-signal",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "data-flow",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source render/text reviewed: page is continuation prose for LLM tokenization already represented by p. 364"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: LLM",
      "concept: Embedding",
      "concept: Map",
      "concept: Step",
      "concept: Llm"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "online",
      "label": "Online path",
      "x": 44,
      "y": 130,
      "w": 852,
      "h": 136
    },
    {
      "id": "knowledge",
      "label": "Knowledge path",
      "x": 166,
      "y": 338,
      "w": 628,
      "h": 132
    }
  ],
  "shapes": [
    {
      "id": "input",
      "kind": "actor",
      "label": "LLM",
      "x": 72,
      "y": 164,
      "w": 80,
      "h": 88,
      "tone": "blue"
    },
    {
      "id": "orchestrator",
      "kind": "rect",
      "label": "Embedding",
      "detail": "route",
      "x": 226,
      "y": 168,
      "w": 124,
      "h": 68,
      "tone": "orange"
    },
    {
      "id": "transform",
      "kind": "hex",
      "label": "Map",
      "detail": "enrich",
      "x": 438,
      "y": 160,
      "w": 124,
      "h": 84,
      "tone": "purple"
    },
    {
      "id": "answer",
      "kind": "rect",
      "label": "Step",
      "detail": "result",
      "x": 718,
      "y": 168,
      "w": 124,
      "h": 68,
      "tone": "green"
    },
    {
      "id": "source",
      "kind": "rect",
      "label": "Llm",
      "detail": "source",
      "x": 208,
      "y": 370,
      "w": 126,
      "h": 68,
      "tone": "gray"
    },
    {
      "id": "index",
      "kind": "cylinder",
      "label": "Search Retrieval And RAG",
      "detail": "lookup",
      "x": 458,
      "y": 358,
      "w": 118,
      "h": 84,
      "tone": "teal"
    },
    {
      "id": "queue",
      "kind": "queue",
      "label": "Queue",
      "detail": "refresh",
      "x": 666,
      "y": 376,
      "w": 106,
      "h": 54,
      "tone": "purple"
    }
  ],
  "connectors": [
    {
      "from": "input",
      "to": "orchestrator",
      "label": "query",
      "flow": "main"
    },
    {
      "from": "orchestrator",
      "to": "transform",
      "label": "prepare",
      "flow": "async"
    },
    {
      "from": "transform",
      "to": "index",
      "label": "retrieve",
      "flow": "data"
    },
    {
      "from": "index",
      "to": "answer",
      "label": "context",
      "flow": "data"
    },
    {
      "from": "source",
      "to": "index",
      "label": "index",
      "flow": "control",
      "dashed": true
    },
    {
      "from": "source",
      "to": "queue",
      "label": "refresh",
      "flow": "async",
      "dashed": true
    }
  ]
}
