Skip to content

memory-lancedb-pro reports “no memories extracted” and skips regex fallback for sessions in locomo10.json #913

Description

@qingfeng-occ

Plugin Version

1.1.0-beta.11 (master)

OpenClaw Version

2026.6.11

Bug Description

We configured memory-lancedb-pro within OpenClaw and tested its accuracy using the openclaw-eval tool. However, very few memories were stored in LanceDB, and a failure to extract key information resulted in low accuracy.
The OpenClaw logs frequently show:

`memory-lancedb-pro: smart-extractor: no memories extracted`
`19:35:57+08:00 info plugins {"subsystem":"plugins"} memory-lancedb-pro: smart extraction produced no candidates and no boundary texts for agent main; skipping regex fallback`

Expected Behavior

Relevant conversation information should be automatically captured, processed, and persisted to LanceDB.

Steps to Reproduce

Model:

Qwen3-235B-A22B

Conversation:

The first conversation sample in locomo10.json, comprising 19 sessions.

Configuration

"hooks": {
    "allowConversationAccess": true
},
"config": {
    "embedding": {
        "provider": "openai-compatible",
        "model": "qwen3-embedding-8b",
        "baseURL": "http://xx.xx.xx.xx:xxxxx/v1",
        "apiKey": "no-api-key-required",
        "dimensions": 4096
    },
    "autoCapture": true,
    "autoRecall": true,
    "enableManagementTools": true,
    "smartExtraction": true,
    "extractMinMessages": 1,
    "extractMaxChars": 8000,
    "sessionMemory": {
        "enabled": false
    },
    "sessionStrategy": "memoryReflection",
}

RUN

uv run python eval.py ingest ./locomo10.json --sample 0 --token ***d28e162ab6d1dd2*** --base-url http://127.0.0.1:18789
uv run python eval.py qa ./locomo10.json --sample 0 --user eval-1 --output qa_results.txt --token ***d28e162ab6d1dd2***
uv run python judge.py qa_results.txt.1.jsonl --base-url https://****/v1 --token ***-8bb3-*** --model Qwen3-235B-A22B --output grades.json

### Error Logs / Screenshots

```shell

Embedding Provider

None

OS / Platform

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions