Monorepos solved: graph-based search

3 vitali87 1 6/21/2025, 7:30:48 AM github.com ↗

Comments (1)

vitali87 · 8h ago
Graph-Code is a graph-based RAG system built for Python codebases that solves this. It analyzes Python repositories, builds knowledge graphs, and enables natural language querying of codebase structure and relationships. Key features: - Deep parsing of Python files to extract classes, functions, and relationships