pub fn extract_graph_auto(
body: &str,
_paths: &AppPaths,
_gliner_variant: GlinerVariant,
) -> Result<ExtractionResult, AppError>Expand description
Top-level extraction entry point used by remember, ingest, and
enrich. Runs the regex URL pass (always available); the legacy GLiNER
delegation was removed in v1.0.79 together with the ner-legacy feature.