forked from Rockachopa/Timmy-time-dashboard
This commit is contained in:
@@ -180,7 +180,7 @@ async def api_briefing_status():
|
||||
@router.get("/api/memory/status", response_class=JSONResponse)
|
||||
async def api_memory_status():
|
||||
"""Return memory database status including file info and indexed files count."""
|
||||
from timmy.memory.vector_store import get_memory_stats
|
||||
from timmy.memory_system import get_memory_stats
|
||||
|
||||
db_path = Path(settings.repo_root) / "data" / "memory.db"
|
||||
db_exists = db_path.exists()
|
||||
|
||||
Reference in New Issue
Block a user