Recollect.Pipeline (recollect v0.5.1)

Copy Markdown View Source

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.

Functions

process(document, opts \\ [])

Run the full pipeline synchronously on a document. Returns {:ok, pipeline_run} or {:error, reason}.

process_async(document, opts \\ [])

Run the pipeline asynchronously.