pub async fn gc(
memory_dir: &Path,
execute: bool,
stale_days: u64,
stale_confidence: f64,
dead_confidence: f64,
dead_min_age_days: u64,
stats_only: bool,
) -> Result<(), RecallError>Expand description
Run garbage collection on the graph.