-
Notifications
You must be signed in to change notification settings - Fork 398
Description
Plugin Version
last
OpenClaw Version
2026.3.8
Bug Description
openclaw gateway restart
Invalid config at /home/neo/.openclaw/openclaw.json:\n- plugins.entries.slots: Unrecognized key: "memory"
- plugins.entries.entries: Unrecognized key: "memory-lancedb-pro"
🦞 OpenClaw 2026.3.8 (3caab92) — Finally, a use for that always-on Mac Mini under your desk.
Expected Behavior
validate is ok
Steps to Reproduce
install , validate after after step 2
n
Error Logs / Screenshots
Embedding Provider
}
},
"plugins": {
"entries": {
"whatsapp": {
"enabled": true
},
"slots": {
"memory": "memory-lancedb-pro"
},
"entries": {
"memory-lancedb-pro": {
"enabled": true,
"config": {
"embedding": {
"provider": "openai",
"apiKey": "a132b20c-96be-467f-a15a-ed08aed67345",
"baseURL": "http://192.168.0.176:9000/v1",
"model": "text-embedding-3-small",
"dimensions": 1024,
"taskQuery": "retrieval.query",
"taskPassage": "retrieval.passage",
"normalized": true
},
"retrieval": {
"mode": "hybrid",
"rerank": "cross-encoder",
"rerankApiKey": "a132b20c-96be-467f-a15a-ed08aed67345",
"rerankModel": "vllm/qwen-coder",
"rerankEndpoint": "http://192.168.0.176:9000/v1",
"rerankProvider": "jina"
},
"llm": {
"apiKey": "a132b20c-96be-467f-a15a-ed08aed67345",
"model": "vllm/qwen-coder",
"baseURL": "http://192.168.0.176:9000/v1"
},
"dbPath": "~/.openclaw/memory/memory-lancedb-pro",
"autoCapture": true,
"autoRecall": true,
"smartExtraction": true,
"extractMinMessages": 2,
"extractMaxChars": 8000,
"sessionMemory": {
"enabled": false,
"messageCount": 15
}
}
}
},
OS / Platform
No response