Skip to content

v1.2.4

Choose a tag to compare

@ayoub-ibm ayoub-ibm released this 10 Feb 13:33
· 79 commits to main since this release

Refactoring

LLM Clients (Gateway)
  • 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)
Dependencies
  • Bump nbconvert from 7.16.6 to 7.17.0 (1485e5d)
  • Update types-setuptools requirement (6e4fc37)