PROJECT / knowledge-vault
Knowledge Vault — AI-powered PKM
An Obsidian vault synced with Git where AI agents ingest papers, articles, and videos: extract concepts, build semantic links, and write actionable summaries. Multimodel chat over the whole knowledge base.
Problem
A personal knowledge vault grows fast and loses value when each note stays isolated: no links, no summaries, and no way to ask it anything.
What I did
Designed a Raw → concepts → bidirectional links → actionable summaries pipeline, orchestrated by AI agents that ingest external sources (papers, articles, videos). On top runs a multimodel semantic chat (Claude, DeepSeek, OpenCode) over the full vault, and everything stays versioned in Git.
Highlights
- Raw → concepts → bidirectional links → actionable summaries pipeline.
- AI agents that ingest papers, articles, and videos and extract the key concepts.
- Multimodel semantic chat (Claude, DeepSeek, OpenCode) over the whole vault.
- Synced with Git: versioning, portability, and zero lock-in.
Stack
- Obsidian
- Git
- Python
- Bash
- Claude
- DeepSeek
- OpenCode
Links
—