BuildGraph
Coming soonA graph-based prototype connecting projects, risks, schedule events, cost categories, and model explanations into an explorable knowledge network.
Overview
A graph-based prototype connecting projects, risks, schedule events, cost categories, and model explanations into an explorable knowledge network.
Goals
- Connect projects, risks, schedule events, costs, and explanations in one graph.
- Make relationships explorable rather than siloed across tools.
- Enable graph-aware retrieval for question answering.
Approach
- Model entities and relationships as a knowledge graph.
- Ingest project, risk, schedule, and cost data into the graph.
- Layer GraphRAG-style LLM retrieval over the network.
Status
🚧 In progress. A full write-up — methodology, results, and code — is coming soon.