1.4 KiB
1.4 KiB
title, category, tags, created, modified
| title | category | tags | created | modified | |||||
|---|---|---|---|---|---|---|---|---|---|
| Hindsight (Semantic Memory) | systems |
|
2026-07-24 | 2026-07-24 |
Hindsight (Semantic Memory)
Deployment
- Namespace: hindsight (K8s)
- API: LoadBalancer
10.0.30.201:9177(NICHT localhost) - Health:
curl -s http://10.0.30.201:9177/health - Backend: PostgreSQL + pgvector
- Config:
~/.hermes/hindsight/config.json(api_url gesetzt)
Components
| Component | Status |
|---|---|
| hindsight-api | 1/1 Running |
| hindsight-postgres | 1/1 Running |
| Embedding Model | harrier-oss (via noris) |
API Endpoints
GET /health— Health checkPOST /retain— Store memoryPOST /recall— Semantic searchPOST /reflect— Synthesize answer across memories
Best Practices
- retain_every_n_turns: 2 — reduziert Duplikate
- Vor Batch-Retain: Health-Check, dann erst retain calls feuern
- Meta-Memory Cleanup Cron: 1st of Month 03:00 (3 Dedup Rounds, Archive >6 Monate)
- Nightly Dream Cycle + Weekly Insight Digest
What NOT to store in Hindsight
- Temporäre Task-States (→ session_search / todo)
- Workflows (→ Skills)
- Credentials (→ 1Password)
- Duplikate von MEMORY.md
Related Skills
hindsight(hindsight category)compound-learning(software-development category)