X @Avi Chawla
Avi Chawla·2025-06-21 19:04
RT Avi Chawla (@_avichawla)Finally! A RAG over code solution that actually works (open-source).Naive chunking used in RAG isn't suited for code.This is because codebases have long-range dependencies, cross-file references, etc., that independent text chunks just can't capture.Graph-Code is a graph-driven RAG system that solves this.It analyzes the Python codebase and builds knowledge graphs to enable natural language querying.Key features:- Deep code parsing to extract classes, functions, and relationships. ...