dream: periodic memory consolidation

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.*
```
This commit is contained in:
nanobot
2026-09-14 09:36:39 +02:00
parent 76f64cfe38
commit d5ddafb921
2 changed files with 7 additions and 1 deletions

View File

@@ -1 +1 @@
425 428

View File

@@ -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) - 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.* *This file is automatically updated by nanobot when important information should be remembered.*