2026-03-01T09-29-20_auto_memory/memories.db-wal, memory/2026-03-01-umap-pro

This commit is contained in:
Nicholai Vogel 2026-03-01 02:29:20 -07:00
parent 58f25ee4d6
commit ee3f1bd2ca
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# 2026-03-01 Session Notes
## UMAP Projection Database Schema Bug
Investigated a critical UMAP projection failure in the signetai daemon deployed on macOS. The error was a SQLiteError indicating the query referenced a non-existent column `e.vector` in the embeddings table schema. The issue occurred in the `computeProjection` function within `packages/daemon/src/umap-projection.ts` when processing embeddings for the memory projection visualization.
The debugging approach involved:
1. Grepping for `e.vector` references across the codebase (found 6 files)
2. Grepping for `computeProjection` function (found 2 files: daemon.ts and umap-projection.ts)
3. Beginning source code inspection of the problematic UMAP projection module
The root cause appeared to be a schema mismatch between the query being executed and the actual database schema, likely a migration gap or column naming inconsistency. Investigation was ongoing at session end.

Binary file not shown.