Ask Concord
Answers from our documentation
Ask anything about Concord. Every answer comes from our actual documentation.
Concord engine vocabulary
A dense-sparse graph of entities, events, and triples queried through tiered retrieval with embedding similarity and Personalized PageRank.
Definition
The Knowledge Graph inside Concord by IaxaI indexes resolved entities, normalized events, and extracted (subject, relation, object) triples into a dense-sparse graph. Phrase nodes hold entities, controls, regulations, techniques, and indicators. Passage nodes hold events, documents, alerts, and incidents. Edges connect them through three relationships: relation, synonym, and context. Retrieval is a fixed pipeline. The query embeds with a 768-dim sentence transformer, dual-path search hits both phrase and passage indexes, threshold filtering trims the candidates, Personalized PageRank seeds traversal from the surviving nodes, and the final score blends vector similarity, PPR weight, and recency. Three latency tiers cover lookup under 100ms, semantic retrieval under 500ms, and deep analysis under 5s. No language model runs in the query path. LLM-assisted information extraction runs only in nightly batch enrichment. The knowledge graph is what every surface (Dedup, Detection Portability, Compliance Auto-Packets) queries when it needs context beyond a single event.
See also
Capability page
Read how Knowledge Graph (retrieval) ships in Concord today.
/product/knowledge-graph →Personalized PageRank
A graph traversal algorithm that ranks nodes by their importance relative to a chosen seed set. The retrieval primitive in the knowledge graph.
Sentence Transformer Embeddings
Dense vectors that turn text into geometry, used for translation alignment, entity resolution, and knowledge-graph retrieval.
Semantic Alert Dedup
Collapses alerts that describe the same incident across different tools into one narrative, using calibrated identity, not string matching.
Calibrated Identity
Entity resolution with a coverage-guaranteed prediction set. Concord tells you when it doesn't know, instead of guessing.
30-minute walkthrough. Your tools. Your tenants. Your audit cycle. We will show you exactly where Concord earns its keep.