Skip to content

v0.54.0 — Vault sync UI shows "synced" but mem_tree_chunks and mem_tree_ingested_sources stay at 0 #2705

Description

@gestore-cpu

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

  1. Add Knowledge vault pointing to a local folder with ~900 markdown/docx files
  2. Click "Sync"
  3. UI shows progress and finally "synced"
  4. Check the database:
    sqlite3 ~/.openhuman/users//workspace/memory_tree/chunks.db
    "SELECT COUNT() FROM mem_tree_ingested_sources;
    SELECT COUNT(
    ) FROM mem_tree_chunks;"
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No fields configured for Bug.

    Projects

    Status
    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions