I'm getting this error after applying Krill's prompt:
rror: Config validation failed: plugins.entries.memory-lancedb.config: invalid config: <root>: must have required property 'embedding'
02:04:06 [plugins] memory-lancedb failed to load from /opt/homebrew/lib/node_modules/openclaw/extensions/memory-lancedb/index.ts: Error: Cannot find module '@lancedb/lancedb'
Require stack:
- /opt/homebrew/lib/node_modules/openclaw/extensions/memory-lancedb/index.ts
this is Krill's original prompt
openclaw config set agents.defaults.compaction.memoryFlush.enabled true --json
openclaw config set agents.defaults.memorySearch.experimental.sessionMemory true --json
openclaw config set agents.defaults.memorySearch.sources '["memory","sessions"]' --json
openclaw gateway restart