2026-02-26 21:30:26 -06:00
|
|
|
{
|
2026-03-04 11:56:44 -06:00
|
|
|
"version": "1.2",
|
|
|
|
|
"description": "OpenClaw TrueRecall Base v1.2 - Real-time memory capture with priority-based session detection",
|
2026-02-26 21:30:26 -06:00
|
|
|
"components": ["watcher"],
|
|
|
|
|
"collections": {
|
|
|
|
|
"memories": "memories_tr"
|
|
|
|
|
},
|
2026-03-04 11:56:44 -06:00
|
|
|
"qdrant_url": "http://10.0.0.40:6333",
|
|
|
|
|
"ollama_url": "http://localhost:11434",
|
2026-02-26 21:30:26 -06:00
|
|
|
"embedding_model": "snowflake-arctic-embed2",
|
2026-03-04 11:56:44 -06:00
|
|
|
"embedding_dimensions": 1024,
|
|
|
|
|
"user_id": "rob",
|
|
|
|
|
"notes": "Ensure memories_tr collection is created with size=1024 for snowflake-arctic-embed2"
|
2026-02-26 21:30:26 -06:00
|
|
|
}
|