A knowledge graph index is a data structure that organizes information as a network of entities (nodes) and their relationships (edges), enabling complex, multi-hop reasoning queries that are difficult for traditional vector search alone. Unlike a dense vector index that stores semantic embeddings, it captures explicit, symbolic facts and their connections, providing deterministic factual grounding for retrieval-augmented generation and agentic reasoning systems.
