You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consolidate all local + remote LLM providers behind a single LiteLLM gateway, simplifying provider routing and making LiteLLM the canonical inference entrypoint (94cad99)
Trace & Debug
Unify TraceData and debug flow: one debug switch consistently enables in-memory TraceData on the pipeline context and preserves existing on-disk debug artifacts (d25ef06)
Documentation
Custom LLM Clients
Document and exemplify “bring your own” LLM client via PipelineConfig.llm_client / LLMClientProtocol, enabling custom inference URLs and auth/headers while reusing docling-graph prompts + schema parsing (87e730a)
Chores
Compatibility
Use typing_extensions.Self in Pydantic templates for Python 3.10 compatibility (912e16c)