Static Git Graph RAG · Case Study 05
Astra Knowledge Graph Engine
I built a file-based Graph RAG layer inside the repo. The build writes graph and MiniSearch indexes. Runtime loads them into memory and serves cached results quickly.
status
PRODUCTION
environment
Git-controlled static JSON + in-memory MiniSearch
ingress
Next.js API Routes
runtime graph
5 nodes / 4 edges
System map
Astra Knowledge Graph Engine
Problem: I wanted fast site retrieval without a managed vector database. The system needed low token use, fast lookup, and a Git-friendly build path.
My engineering note
I built a file-based Graph RAG layer inside the repo. The build writes graph and MiniSearch indexes. Runtime loads them into memory and serves cached results quickly.
Architecture Decision
Why I chose this design.
Short decision notes tied to the code or config that mattered.
AI Home Lab API Gateway
Python FastAPI gateway - I built a local OpenAI-compatible gateway so my site, agents, and scripts could call one stable /v1 contract. Ollama, Po...
Work With Me
Need this level of architecture review?
Bring the hard system constraint: retrieval quality, agent failure modes, latency, evaluation, deployment topology, or technical market education.