Add Entity/Concept pages for memory system
This commit is contained in:
@@ -0,0 +1,50 @@
|
||||
---
|
||||
title: Memory-System
|
||||
category: Tools
|
||||
tags: [memory, hindsight, qmd, markdown]
|
||||
created: "2026-04-28"
|
||||
modified: "2026-04-28"
|
||||
---
|
||||
|
||||
# Memory-System
|
||||
|
||||
## Hindsight Memory System
|
||||
- **Version:** 1.0
|
||||
- **Provider:** OpenAI (via custom endpoint)
|
||||
- **Model:** embeddinggemma-300M-Q8_0.gguf
|
||||
- **Endpoint:** http://10.0.30.92:8080
|
||||
- **OpenAI-kompatibel:** Ja
|
||||
- **CLS Pooling:** Ja
|
||||
|
||||
## Hindsight Daemon
|
||||
- **Status:** Läuft auf 10.0.30.92
|
||||
- **Config:** ~/.hindsight/profiles/hermes.env
|
||||
- **API Key:** In hermes.env gespeichert
|
||||
- **Log:** ~/.hindsight/daemon.log
|
||||
|
||||
## qmd Integration
|
||||
- **qmd:** Markdown-basiertes Wissenssystem
|
||||
- **Embeddings:** Via qmd embed
|
||||
- **Suche:** Via qmd search
|
||||
- **MCP Server:** qmd mcp --http
|
||||
- **Index:** ~/.cache/qmd/
|
||||
|
||||
## Memory-Verzeichnis
|
||||
- **Pfad:** ~/.hermes/memory/
|
||||
- **Struktur:**
|
||||
- Entities/ (Konkrete Dinge, Personen, Systeme)
|
||||
- Concepts/ (Abstrakte Ideen, Prinzipien, Methoden)
|
||||
- Projects/ (Aktuelle und abgeschlossene Projekte)
|
||||
- Templates/ (Vorlagen für neue Einträge)
|
||||
|
||||
## Git-Sync
|
||||
- **Remote:** https://git.familie-schoen.com/dominik/memory.git
|
||||
- **Branch:** main
|
||||
- **User:** Dominik Schön <dominik@familie-schoen.com>
|
||||
- **Commit-Messages:** "Auto-sync: YYYY-MM-DD HH:MM"
|
||||
|
||||
## Arbeitsweise
|
||||
1. **Manuell:** Memory-Einträge werden direkt in Markdown geschrieben
|
||||
2. **Automatisch:** Cronjobs syncen und indexieren
|
||||
3. **Suche:** qmd search für semantische Suche
|
||||
4. **Index:** qmd embed für neue/änderte Einträge
|
||||
Reference in New Issue
Block a user