Vectorizer Dashboard — alfirus.my
← ~/projects 2026 · Full-stack developer
Vectorizer Dashboard Semantic memory dashboard for Vectorizer — visualizes workspaces, embeddings, knowledge graph, and enables RAG Q&A.
Next.js TypeScript Tailwind CSS Recharts Canvas API PCA Force-directed layout
Overview
A Next.js 14 dashboard for Vectorizer — the self-hosted semantic memory server. Built to visualize and interact with stored memories, embeddings, and the knowledge graph.
Features
Dashboard Overview — health status, workspace count, embedding model, LLM brain status
Workspace Browser — browse all workspaces, view messages with role badges
Semantic Search — search interface with relevance scores and filters
RAG Q&A — chat interface powered by Vectorizer's LLM brain
Embedding Visualization — PCA projection of 768d vectors to 2D scatter plot
Knowledge Graph — force-directed canvas visualization of GRAPH.json (1419 nodes, 7479 edges)
Analytics — Recharts bar/pie charts for workspace and activity metrics
Tech Stack
Next.js 14, TypeScript, Tailwind CSS (dark theme)
Recharts for charts
Custom PCA for client-side dimensionality reduction
Canvas-based force-directed graph with alpha cooling
API Sources
Vectorizer API (port 8091) — messages, search, brain/RAG
ChromaDB v2 API (port 8100) — raw vectors for embedding visualization
GRAPH.json — knowledge graph data
news (59) 01 Sept 2026
fix: RAG fallback when LM Studio is slow/cold — synth answer from context Date: 2026-08-31T09:07:42Z
New commit by alfirus: "fix: RAG fallback when LM Studio is slow/cold — synth answer from context" (3a37432)
01 Sept 2026
fix: brain RAG — workspaces with data were filtered out as empty 01 Sept 2026
fix: mobile header — flex-col on mobile so header spans full width 01 Sept 2026
redesign: mobile-first Vectorizer Dashboard from scratch 01 Sept 2026
feat: analytics sparkline + search dedupe polish 01 Sept 2026
fix: auth, data quality, UX polish 01 Sept 2026
feat: mobile-friendly dashboard 01 Sept 2026
feat: hybrid search + grep/temporal + cleanup 01 Sept 2026
fix: Dockerfile public mount + vault route type fix, rebuild ok 01 Sept 2026
feat: vault explorer + reindex + chroma proxy Date: 2026-08-31T08:25:57Z
New commit by alfirus: "fix: brain RAG — workspaces with data were filtered out as empty" (47638b6)
Date: 2026-08-31T07:48:39Z
New commit by alfirus: "fix: mobile header — flex-col on mobile so header spans full width" (8c85420)
Date: 2026-08-31T07:24:23Z
New commit by alfirus: "redesign: mobile-first Vectorizer Dashboard from scratch" (d6c65a0)
Date: 2026-08-31T07:15:02Z
New commit by alfirus: "feat: analytics sparkline + search dedupe polish" (33bcc5e)
Date: 2026-08-31T07:08:39Z
New commit by alfirus: "fix: auth, data quality, UX polish" (cf56249)
Date: 2026-08-31T06:03:15Z
New commit by alfirus: "feat: mobile-friendly dashboard" (3b89e11)
Date: 2026-08-31T03:50:32Z
New commit by alfirus: "feat: hybrid search + grep/temporal + cleanup" (1acb47b)
Date: 2026-08-31T03:42:57Z
New commit by alfirus: "fix: Dockerfile public mount + vault route type fix, rebuild ok" (32683ba)
Date: 2026-08-31T03:35:47Z
New commit by alfirus: "feat: vault explorer + reindex + chroma proxy" (2b34632)