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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.