Initial memory system setup with qmd collection and Karpathy LLM Wiki pattern

This commit is contained in:
Dominik Schön
2026-04-28 20:14:23 +00:00
commit e3e638c506
7 changed files with 135 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
# Embedding Model (2026-04-26)
## Configuration
- **Model:** embeddinggemma-300M-Q8_0.gguf
- **Service:** systemd user service
- **Endpoint:** http://10.0.30.92:8080 (OpenAI-compatible, CLS pooling)
## Status
- /health → ok
- /v1/embeddings → 200 OK
## Usage
- Hindsight daemon needs hindsight_embed installed & configured