Expand description
Test helpers for zeph-memory.
Provides mock_semantic_memory — a convenience constructor that creates a
fully-wired SemanticMemory backed by an in-memory SQLite database and
InMemoryVectorStore, so tests do not need a real Qdrant or filesystem.
Functions§
- mock_
semantic_ memory - Build a
SemanticMemorythat runs entirely in-process with no external dependencies.