From 70b11b280d78df04544833221a1356a74dcbe6af Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sun, 3 May 2026 16:42:03 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@ddae71537d8ba38bf8fb720ca0d718281924382e --- .openclaw-sync/source.json | 4 ++-- docs/cli/memory.md | 2 +- docs/concepts/memory-builtin.md | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 3a609e6df..050e56f23 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "07a11c48069aad29badc8f8f4c8558de0631671b", - "syncedAt": "2026-05-03T16:29:47.671Z" + "sha": "ddae71537d8ba38bf8fb720ca0d718281924382e", + "syncedAt": "2026-05-03T16:39:58.308Z" } diff --git a/docs/cli/memory.md b/docs/cli/memory.md index 3dba66822..53166609b 100644 --- a/docs/cli/memory.md +++ b/docs/cli/memory.md @@ -51,7 +51,7 @@ openclaw memory index --agent main --verbose `memory status`: -- `--deep`: probe vector + embedding availability. Plain `memory status` stays fast and does not run a live embedding ping. QMD lexical `searchMode: "search"` skips semantic vector probes and embedding maintenance even with `--deep`. +- `--deep`: probe local vector-store readiness, embedding-provider readiness, and semantic vector-search readiness. Plain `memory status` stays fast and does not run live embedding or provider discovery work; unknown vector-store or semantic-vector state means it was not probed in that command. QMD lexical `searchMode: "search"` skips semantic vector probes and embedding maintenance even with `--deep`. - `--index`: run a reindex if the store is dirty (implies `--deep`). - `--fix`: repair stale recall locks and normalize promotion metadata. - `--json`: print JSON output. diff --git a/docs/concepts/memory-builtin.md b/docs/concepts/memory-builtin.md index 51bf8f86a..b5a09767b 100644 --- a/docs/concepts/memory-builtin.md +++ b/docs/concepts/memory-builtin.md @@ -127,7 +127,10 @@ when `memorySearch.local.modelPath` points to an existing local file. may miss changes in rare edge cases. **sqlite-vec not loading?** OpenClaw falls back to in-process cosine similarity -automatically. Check logs for the specific load error. +automatically. `openclaw memory status --deep` reports the local vector store +separately from the embedding provider, so `Vector store: unavailable` points +at sqlite-vec loading while `Embeddings: unavailable` points at provider/auth +or model readiness. Check logs for the specific load error. ## Configuration