fix: update paths and version for openclaw-true-recall-base rename

This commit is contained in:
root
2026-03-04 11:56:44 -06:00
parent da2631039a
commit 1ed7430987
3 changed files with 14 additions and 12 deletions

View File

@@ -111,7 +111,7 @@ def store_to_qdrant(turn: Dict[str, Any], dry_run: bool = False) -> bool:
"turn": turn['turn'],
"timestamp": turn.get('timestamp', datetime.now(timezone.utc).isoformat()),
"date": datetime.now(timezone.utc).strftime('%Y-%m-%d'),
"source": "true-recall-base",
"source": "openclaw-true-recall-base",
"curated": False
}