Download Latest Version v0.7.15 source code.tar.gz (620.7 kB)
Email in envelope

Get an email when there's a new version of graphify

Home / v0.7.15
Name Modified Size InfoDownloads / Week
Parent folder
README.md < 8 hours ago 881 Bytes
v0.7.15 source code.tar.gz < 8 hours ago 620.7 kB
v0.7.15 source code.zip < 8 hours ago 743.1 kB
Totals: 3 Items   1.4 MB 0

Bug Fixes

  • #821 Universal -h/--help/-? guard: any help flag in any position now stops execution and prints usage — previously graphify cursor install --help silently installed into Cursor, and graphify benchmark --help crashed with FileNotFoundError: '--help'
  • #818 --version, -v, and graphify version now print the installed version and exit — previously fell through to "unknown command"
  • #820 GRAPHIFY_OLLAMA_NUM_CTX=<invalid> no longer falls back to hardcoded 131072 (which exhausted VRAM on constrained cards) — now falls through to auto-derived value with a warning
  • #820 When GRAPHIFY_OLLAMA_NUM_CTX is pinned smaller than the estimated chunk size, graphify now warns explicitly that Ollama will silently truncate the prompt and suggests a corrected --token-budget

Upgrade

:::bash
pip install -U graphifyy
Source: README.md, updated 2026-05-11