mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
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"]
|