Files
true-recall-base/config.json
T

13 lines
320 B
JSON
Raw Normal View History

2026-02-26 21:30:26 -06:00
{
"version": "1.0",
2026-02-26 21:42:05 -06:00
"description": "TrueRecall Base - Memory capture",
2026-02-26 21:30:26 -06:00
"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>"
}