Orchestrates the full memory ingestion pipeline.
Stages: Chunk → Embed Chunks → Extract → Embed Entities → Complete. Tracks progress via PipelineRun records.
Summary
Functions
Run the full pipeline synchronously on a document.
Returns {:ok, pipeline_run} or {:error, reason}.
Run the pipeline asynchronously.