Skip to content

Release: v0.14.1

Choose a tag to compare

@shinpr shinpr released this 17 May 09:06
· 105 commits to main since this release
b39255a

Changes

  • Visual ingest now offers two quality profiles (opt-in). When visual: true (MCP) or --visual (CLI) is set, a new visualQuality parameter (visualQuality: 'fast' | 'quality' on MCP ingest_file; --visual-quality fast|quality on CLI) selects the VLM. fast (default) keeps the v0.14.0 model HuggingFaceTB/SmolVLM-256M-Instruct. quality selects onnx-community/Qwen2.5-VL-3B-Instruct-ONNX for figures where in-image text (axis labels, panel sub-labels, flowchart nodes) needs to be captured reliably. Default behavior is unchanged; the quality profile is opt-in per ingest call.