Expand description
Knowledge graph helpers.
extract: deterministic entity extraction (no LLM, regex on capitalization)facts: LLM-based (subject, predicate, object) extraction for contradiction detection at write timeexpand: bounded query-time graph traversal
Re-exports§
pub use extract::extract_entities;pub use facts::extract_facts;pub use facts::normalize;pub use facts::ExtractedFact;pub use facts::FactExtractionError;