GraphRAG · Repository Intelligence
GraphMind
A GraphRAG platform that answers repository-architecture questions using hybrid vector and graph retrieval over codebases.
- Parses repositories deterministically with Tree-sitter ahead of any LLM call, keeping output grounded and reproducible.
- Constructs Neo4j knowledge graphs indexed into Qdrant for hybrid vector + graph retrieval.
- Pluggable BYOK provider layer supports OpenAI, Anthropic, and Ollama — swap models without changing application logic.
- FastAPI
- Tree-sitter
- Neo4j
- Qdrant
- LangChain
- Next.js
