Knowledge Graph RAG

Expert300 pts0 solves
Traditional RAG embeds text. An emerging approach stores structured entities and their connections, then traverses the graph to answer queries. What does it index instead of text chunks? Flag format: CONGRESS{[what_it_indexes]} Example: CONGRESS{document_summaries}
Hint
Think nodes and edges, not paragraphs.