Release Notes
v2.3 — Knowledge Graph
The Knowledge Graph layer extracts entities and relationships across the document corpus, exposing cross-document insights via a new API.
v2.3 — Knowledge Graph
Released 2026-04-03.
Added
- Knowledge Graph API at
/api/v1/knowledge-graph— query entities (people, organisations, projects, amounts, dates) and their relationships across documents - Entity extraction pipeline — runs on every uploaded document; identified entities are linked to the graph
- Counterparty intelligence dashboard — aggregated per-counterparty: active contracts, total exposure, payment history, risk score
- Topic clustering — documents auto-grouped by semantic similarity; explore clusters under
/analytics/knowledge-graph - Visual relationship explorer — graph view of how entities connect across your corpus
Changed
- Search relevance for entity queries — searching “Acme Ltd” now returns documents where Acme is the entity, not just where the string appears
- Contract intelligence — counterparty extraction now links to the central Counterparty record automatically
Fixed
- Knowledge Graph re-indexing on Saturday produced briefly stale results between 02:00-02:15 EAT
- Entity linking ambiguity for short company names (e.g., “ABC Bank”) improved with disambiguation heuristics
Deprecated
- The legacy
/api/v1/entitiesendpoint is deprecated. Use/api/v1/knowledge-graph/entities. Old endpoint sunset 2026-10-01.