Inpedia is a personal professional operating system — a conversational index over my own files, documents, and notebooks.
It is not a hosted service. This repository and public site describe architecture and code, not corpus content.
Why Inpedia exists — local, private, and controlled.
Local-first personal knowledge system. Ask questions; get grounded answers with citations. Corpus and embeddings stay on personal hardware only.
Motivation
ChatGPT
Upload notes and ask questions in a hosted chat product.
Subscription cost, usage limits, corpus on a vendor platform.
Confluence
Pay Atlassian to host a personal or team wiki.
Per-seat SaaS rent — storage and search, not local RAG.
Inpedia
Local-first index on your own hardware.
You operate it — but privacy, control, and zero marginal query cost.
Inpedia is a personal professional operating system — a conversational index over my own files, documents, and notebooks.
It is not a hosted service. This repository and public site describe architecture and code, not corpus content.
Pipeline
Capture
Personal notes as dated Markdown on your Mac.
Ingest
Chunk → embed via Ollama → store in Chroma.
Ask
Retrieve excerpts → grounded answer with citations.
Planned: OCR and vision paths for scans, photos, and sketches — same local-first constraints. ---
Boundary
| Published (site, git) | Local only (Mac) |
|---|---|
| Code, ADRs, changelog | `data/raw/` |
| Architecture docs | `data/chroma/` |
| Ingest and query |
v1
Per-component rationale in architecture decisions.