Memory retrieval is deterministic keyword/path search today (no vector DB, by design for v0.1). Add an OPT-IN semantic index behind RISKKERNEL_MEMORY_EMBEDDINGS (default off): an embeddings provider + a local vector index, with keyword search as the fallback. Must stay self-hosted and not phone home. See internal/memory.
Memory retrieval is deterministic keyword/path search today (no vector DB, by design for v0.1). Add an OPT-IN semantic index behind
RISKKERNEL_MEMORY_EMBEDDINGS(default off): an embeddings provider + a local vector index, with keyword search as the fallback. Must stay self-hosted and not phone home. Seeinternal/memory.