File size: 148 Bytes
714d37a
 
 
 
 
1
2
3
4
5
6
"""Compatibility import for the canonical memory vector store."""

from src.memory_vector import MemoryVectorStore

__all__ = ["MemoryVectorStore"]