Re-exports§
pub use store::GraphStore;pub use types::Community;pub use types::Edge;pub use types::EdgeType;pub use types::Entity;pub use types::EntityAlias;pub use types::EntityType;pub use types::GraphFact;pub use activation::ActivatedFact;pub use activation::ActivatedNode;pub use activation::SpreadingActivation;pub use activation::SpreadingActivationParams;pub use belief_revision::BeliefRevisionConfig;pub use belief_revision::cosine_similarity;pub use belief_revision::find_superseded_edges;pub use community::GraphEvictionStats;pub use community::assign_to_community;pub use community::cleanup_stale_entity_embeddings;pub use community::detect_communities;pub use community::run_graph_eviction;pub use extractor::ExtractedEdge;pub use extractor::ExtractedEntity;pub use extractor::ExtractionResult;pub use extractor::GraphExtractor;pub use resolver::EntityResolver;pub use resolver::ResolutionOutcome;pub use retrieval::graph_recall;pub use retrieval::graph_recall_activated;pub use rpe::RpeRouter;pub use rpe::RpeSignal;pub use rpe::extract_candidate_entities;
Modules§
- activation
- SYNAPSE spreading activation retrieval over the entity graph.
- belief_
revision - Kumiho belief revision: semantic supersession of contradicted graph edges.
- community
- extractor
- resolver
- retrieval
- rpe
- D-MEM RPE-based tiered graph extraction routing.
- store
- types