feat: initial TrueRecall Base v1.0
Core components: - Real-time memory capture daemon - Qdrant memories_tr collection storage - Systemd service for auto-start - Configuration templates with placeholders Features: - Full conversation context capture - Deduplication via content hashing - User-tagged memories - Compatible with Gems and Blocks addons
This commit is contained in:
12
config.json
Normal file
12
config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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>"
|
||||
}
|
||||
Reference in New Issue
Block a user