-
-
Notifications
You must be signed in to change notification settings - Fork 80.3k
Bug: doctor falsely warns local memory embeddings are not ready #92582
Copy link
Copy link
Closed
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Description
Metadata
Metadata
Assignees
Labels
P2Normal backlog priority with limited blast radius.Normal backlog priority with limited blast radius.clawsweeper:linked-pr-openClawSweeper found an open linked pull request for this issue.ClawSweeper found an open linked pull request for this issue.clawsweeper:no-new-fix-prClawSweeper does not recommend queueing a new automated fix PR for this issue.ClawSweeper does not recommend queueing a new automated fix PR for this issue.clawsweeper:source-reproClawSweeper found a high-confidence source-level issue reproduction.ClawSweeper found a high-confidence source-level issue reproduction.impact:otherThis issue has meaningful maintainer-visible impact outside the owned taxonomy.This issue has meaningful maintainer-visible impact outside the owned taxonomy.issue-rating: 🦞 diamond lobsterVery strong issue quality with high-confidence source-level or clear reproduction.Very strong issue quality with high-confidence source-level or clear reproduction.
Type
Fields
No fields configured for issues without a type.
Summary
openclaw doctorreports that local embeddings are “not confirmed ready” even whenopenclaw memory status --deepconfirms the full memory stack is healthy.Version
OpenClaw
2026.6.6(8c802aa)Reproduction
agents.defaults.memorySearch.provideraslocalusing the bundled Hugging Face GGUF embedding model.openclaw memory status --deep.Embeddings: ready,Vector store: ready,Semantic vectors: ready, andFTS: ready.openclaw doctororopenclaw doctor --deep.openclaw doctor --lint --jsonsimultaneously returns{"ok":true,"checksRun":22,"checksSkipped":0,"findings":[]}.Cause observed in installed build
doctor-B9vJA5aF.jsdefinesSKIPPED_MEMORY_EMBEDDING_PROBEwithchecked: false. The doctor flow supplies that result todoctor-memory-search-C3qfCGTd.js, whose local-provider branch emits the warning unlessgatewayMemoryProbe.checked && gatewayMemoryProbe.ready.The
--deepCLI option currently does not cause this memory probe to be checked, so it produces the same false warning.Expected behavior
Doctor should either:
--deep) and suppress the warning when ready, orActual health
The authoritative deep memory command passes all components, so this appears to be a doctor false positive rather than a memory runtime failure.