fix(memory): bound lancedb recall embedding queries

This commit is contained in:
Peter Steinberger
2026-04-28 00:58:06 +01:00
parent 47f40788cf
commit 32d76e2429
10 changed files with 384 additions and 7 deletions

View File

@@ -155,6 +155,10 @@ plugin discovery rather than silently falling back to source paths.
<Accordion title="Memory plugins">
- `memory-core` — bundled memory search (default via `plugins.slots.memory`)
- `memory-lancedb` — install-on-demand long-term memory with auto-recall/capture (set `plugins.slots.memory = "memory-lancedb"`)
See [Memory LanceDB](/plugins/memory-lancedb) for OpenAI-compatible
embedding setup, Ollama examples, recall limits, and troubleshooting.
</Accordion>
<Accordion title="Speech providers (enabled by default)">