Files
true-recall-base/config.json
root 436d12b76c refactor: rename v1 references to base
- Remove v1 versioning from project name
- Update all references: TrueRecall v1 → TrueRecall Base
- Update paths: true-recall-v1 → true-recall-base
- Clean up README (remove version number)
- Update config description
- Update service file description and paths
2026-02-26 21:42:05 -06:00

13 lines
320 B
JSON

{
"version": "1.0",
"description": "TrueRecall Base - Memory capture",
"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>"
}