Skip to content

Dynamic Ontology v1.9

Choose a tag to compare

@AlexMikhalev AlexMikhalev released this 20 Feb 17:23
· 818 commits to main since this release

Dynamic Ontology v1.9

Schema-first knowledge graph construction with coverage governance signals.

New Features

  • GroundingMetadata - Canonical URIs for normalized entities
  • CoverageSignal - Quality governance signals
  • SchemaSignal - Entity extraction with confidence scores
  • HgncNormalizer - Gene normalization (EGFR, TP53, KRAS, etc.)

Feature Gates

Feature Description
ontology Core generic types (default)
medical Medical entity types
hgnc HGNC gene normalization

No Vector Embeddings Required

Uses existing Aho-Corasick automata + fuzzy matching. Fast, deterministic, explainable.

Published to crates.io

terraphim_types = "1.6.0"

Install with:

cargo add terraphim_types

Documentation

See docs/src/dynamic-ontology.md

Test It

cargo run --example kg_normalization -p terraphim_types
cargo run --example ontology_usage -p terraphim_types --features hgnc

Source Code

The multi-agent workflow code is in the repository. Clone and build:

git clone https://github.com/terraphim/terraphim-ai.git
cd terraphim-ai
cargo build -p terraphim_multi_agent