Skip to main content

Crate engram_graph

Crate engram_graph 

Source
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 time
  • expand: 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;

Modules§

expand
Query-time graph expansion helpers.
extract
Deterministic entity extraction — no LLM required.
facts
LLM-based (subject, predicate, object) extraction for contradiction detection.