pub async fn run_graph_eviction(
store: &GraphStore,
expired_edge_retention_days: u32,
max_entities: usize,
) -> Result<GraphEvictionStats, MemoryError>Expand description
Run graph eviction: clean expired edges, orphan entities, and cap entity count.
ยงErrors
Returns an error if SQLite queries fail.