15 lines
466 B
JSON
15 lines
466 B
JSON
|
|
{
|
||
|
|
"version": "1.1",
|
||
|
|
"description": "TrueRecall v1.1 - Memory capture with session rotation fix",
|
||
|
|
"components": ["watcher"],
|
||
|
|
"collections": {
|
||
|
|
"memories": "memories_tr"
|
||
|
|
},
|
||
|
|
"qdrant_url": "http://10.0.0.40:6333",
|
||
|
|
"ollama_url": "http://localhost:11434",
|
||
|
|
"embedding_model": "snowflake-arctic-embed2",
|
||
|
|
"embedding_dimensions": 1024,
|
||
|
|
"user_id": "rob",
|
||
|
|
"notes": "Ensure memories_tr collection is created with size=1024 for snowflake-arctic-embed2"
|
||
|
|
}
|