II.
Topic JSON
Structured · livetopic:retrieval-augmented-generation-patterns
RAG Patterns json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}