pub async fn extract(
memory_dir: &Path,
log: Option<u32>,
all: bool,
dry_run: bool,
model_override: Option<String>,
provider_override: Option<String>,
delay_ms: u64,
max_tokens: u64,
) -> Result<(), RecallError>Expand description
Extract entities from already-ingested archives using an LLM.