Tools
graphify Publishes Retrieval Benchmarks for a Code Knowledge Graph With Zero LLM Credits — 0.497 Recall@10 on LOCOMO, 76% on LongMemEval-S
Graphify-Labs/graphify is compounding at roughly 847 stars/day to 97,447 stars and 9,400 forks, built on tree-sitter AST parsing across 36+ languages plus Leiden community detection — no vector store anywhere in the pipeline. Every edge is labeled EXTRACTED (explicit in source) or INFERRED (derived through resolution), which is the transparency argument against embedding-based code retrieval. It reports 0.497 recall@10 and 45.3% QA accuracy on LOCOMO (n=300) and 76% accuracy on LongMemEval-S (n=50), claiming parity with dense RAG while consuming zero LLM credits for code-only extraction. Dual Apache-2.0/MIT.
Source
↳ Follow the thread