feat: add memory embedding cache

This commit is contained in:
Peter Steinberger
2026-01-18 01:35:58 +00:00
parent 568b8ee96c
commit 0fb2777c6d
9 changed files with 372 additions and 27 deletions

View File

@@ -2,6 +2,12 @@
Docs: https://docs.clawd.bot
## 2026.1.18-2
### Changes
- Memory: add SQLite embedding cache to speed up reindexing and frequent updates.
- CLI: surface embedding cache state in `clawdbot memory status`.
## 2026.1.18-1
### Changes