LangExtract.Orchestrator (LangExtract v0.4.0)

Copy Markdown View Source

Wires the full extraction pipeline.

Builds a prompt, calls the LLM provider, normalizes and parses the response, aligns extractions to source text, and returns enriched spans.

Auto-chunks source text by default (1000 characters). Customize with :max_chunk_chars.

Summary

Functions

run(client, source, template, opts \\ [])