Initial commit: True-Recall Base

This commit is contained in:
root
2026-02-27 15:01:44 -06:00
commit 50aacb0cea
13 changed files with 2415 additions and 0 deletions

12
config.json Normal file
View File

@@ -0,0 +1,12 @@
{
"version": "1.0",
"description": "TrueRecall v1 - Memory capture only",
"components": ["watcher"],
"collections": {
"memories": "memories_tr"
},
"qdrant_url": "http://10.0.0.40:6333",
"ollama_url": "http://10.0.0.10:11434",
"embedding_model": "snowflake-arctic-embed2",
"user_id": "rob"
}