Files
true-recall-base/config.json

13 lines
323 B
JSON
Raw Normal View History

{
"version": "1.0",
"description": "TrueRecall v1 - Memory capture only",
"components": ["watcher"],
"collections": {
"memories": "memories_tr"
},
"qdrant_url": "http://<QDRANT_IP>:6333",
"ollama_url": "http://<OLLAMA_IP>:11434",
"embedding_model": "snowflake-arctic-embed2",
"user_id": "<USER_ID>"
}