Version: v0.54.0 (Beta build)
Platform: macOS
User UID: 6a146e7aefa23d1dbca7b440
Issue
After "Sync" on a Knowledge vault, UI reports "N file(s) · synced X minutes ago" but the underlying database remains empty.
Steps to reproduce
- Add Knowledge vault pointing to a local folder with ~900 markdown/docx files
- Click "Sync"
- UI shows progress and finally "synced"
- Check the database:
sqlite3 ~/.openhuman/users//workspace/memory_tree/chunks.db
"SELECT COUNT() FROM mem_tree_ingested_sources;
SELECT COUNT() FROM mem_tree_chunks;"
- Both queries return 0
Expected
mem_tree_ingested_sources should contain 1 row per vault
mem_tree_chunks should contain thousands of rows for ~1000 files
Actual
Both tables remain empty after multiple sync attempts. "Memory wiped" message confirms 0 rows removed = nothing was ever stored. "Build summary trees" button is cosmetic (no jobs queued).
Additional context
- Heartbeat loop: ON
- Subconscious inference: ON
- Memory tree workers: ON (4 workers polling every 5s, route to Anthropic claude-haiku)
- AI provider: Anthropic with own API key (verified $30 credit available)
- Tried: wipe memory + remove vaults + re-add vaults + re-sync. Same result.
Happy to provide more logs/diagnostics.
Version: v0.54.0 (Beta build)
Platform: macOS
User UID: 6a146e7aefa23d1dbca7b440
Issue
After "Sync" on a Knowledge vault, UI reports "N file(s) · synced X minutes ago" but the underlying database remains empty.
Steps to reproduce
sqlite3 ~/.openhuman/users//workspace/memory_tree/chunks.db
"SELECT COUNT() FROM mem_tree_ingested_sources;
SELECT COUNT() FROM mem_tree_chunks;"
Expected
mem_tree_ingested_sources should contain 1 row per vault
mem_tree_chunks should contain thousands of rows for ~1000 files
Actual
Both tables remain empty after multiple sync attempts. "Memory wiped" message confirms 0 rows removed = nothing was ever stored. "Build summary trees" button is cosmetic (no jobs queued).
Additional context
Happy to provide more logs/diagnostics.