Why Deploy a Knowledge Graph?
Without memory, every session starts from zero:
Monday: "We chose SQLite for storage because no server overhead."
Tuesday: "Why are we using SQLite?" ← AI has no idea
With a KG (PostgreSQL + pgvector):
Monday: Decision stored → "SQLite: no server, WAL mode, fits HPC"
Tuesday: AI queries KG → "We chose SQLite because [full rationale]"
Every architectural decision, every pipeline choice, every gotcha — preserved.
Cost: One PostgreSQL instance. Value: Never re-explain your project again.