From d5ddafb921740b8a9e23015da82efc901dc9b994 Mon Sep 17 00:00:00 2001 From: nanobot Date: Mon, 14 Sep 2026 09:36:39 +0200 Subject: [PATCH] dream: periodic memory consolidation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit memory/MEMORY.md: +6 -0 1 file changed, 6 insertions(+), 0 deletions(-) ```diff --- memory/MEMORY.md +++ memory/MEMORY.md @@ -21,6 +21,12 @@ - Cross-channel session continuity via `unifiedSession: true`; backups: wood.hell → pivo.hell (recursive) +## Wiki embeddings + +- Embeddings pro wiki běží přes ollama (`qwen3-embedding:0.6b`) na nvidia.hell +- Migrace na static llama.cpp server (nvidia.hell:8081) zrušena: ollama a llama.cpp produkují fundamentálně odlišné vektory i na identickém inputu (cosine ~0.36); kvantizace, pooling, special tokens, BOS, chat templates a normalizace vyloučeny; reuse ollama GGUF blobu paritu nezajišťuje +- Důsledek: přechod wiki embeddings na jiný engine vyžaduje plný reindex + --- *This file is automatically updated by nanobot when important information should be remembered.* ``` --- memory/.dream_cursor | 2 +- memory/MEMORY.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 3cf63f9..fb8a210 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -425 \ No newline at end of file +428 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 255593b..8159390 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -21,6 +21,12 @@ This file stores important information that should persist across sessions. - Cross-channel session continuity via `unifiedSession: true`; backups: wood.hell → pivo.hell (recursive) +## Wiki embeddings + +- Embeddings pro wiki běží přes ollama (`qwen3-embedding:0.6b`) na nvidia.hell +- Migrace na static llama.cpp server (nvidia.hell:8081) zrušena: ollama a llama.cpp produkují fundamentálně odlišné vektory i na identickém inputu (cosine ~0.36); kvantizace, pooling, special tokens, BOS, chat templates a normalizace vyloučeny; reuse ollama GGUF blobu paritu nezajišťuje +- Důsledek: přechod wiki embeddings na jiný engine vyžaduje plný reindex + --- *This file is automatically updated by nanobot when important information should be remembered.*