frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Open in hackernews

Monorepos solved: graph-based search

https://github.com/vitali87/code-graph-rag
3•vitali87•3h ago

Comments

vitali87•3h 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