"""Compatibility import for the canonical memory vector store."""

from src.memory_vector import MemoryVectorStore

__all__ = ["MemoryVectorStore"]
