Memory backfill: memory_file entries not appearing in Qdrant scroll results #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Bug Report
Issue
When backfilling memory files from
/root/.openclaw/workspace/memory/*.mdto Qdrantmemories_trcollection, the backfill script reports success but entries do not appear in standard scroll queries.Details
idsfield in Qdrant POST request bodyError Pattern
Resolution
Added
idsfield to the Qdrant upsert request:Verification
Status
RESOLVED - Fixed in backfill script, all memory files now properly stored.