6 lines
148 B
Python
6 lines
148 B
Python
"""Compatibility import for the canonical memory vector store."""
|
|
|
|
from src.memory_vector import MemoryVectorStore
|
|
|
|
__all__ = ["MemoryVectorStore"]
|