iiRecord
Agentic AI Atlas · RAG Patterns
topic:retrieval-augmented-generation-patternsa5c.ai
II.
Topic JSON

topic:retrieval-augmented-generation-patterns

Structured · live

RAG Patterns json

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

File · domain/topics/topics-expanded.yamlCluster · domain
Record JSON
{
  "id": "topic:retrieval-augmented-generation-patterns",
  "_kind": "Topic",
  "_file": "domain/topics/topics-expanded.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "RAG Patterns",
    "description": "Architecture patterns for retrieval-augmented generation — naive RAG,\nadvanced RAG with query rewriting and re-ranking, modular RAG with\nrouting, agentic RAG that decides when to retrieve, and graph RAG\nthat combines knowledge graphs with vector search for grounded answers.\n"
  },
  "outgoingEdges": [
    {
      "from": "topic:retrieval-augmented-generation-patterns",
      "to": "domain:ml-ai",
      "kind": "belongs_to_domain"
    },
    {
      "from": "topic:retrieval-augmented-generation-patterns",
      "to": "domain:data-engineering",
      "kind": "belongs_to_domain"
    }
  ],
  "incomingEdges": []
}