Merge branch 'optimize/docker-size-baseline' into dev

This commit is contained in:
csh28 2026-05-22 10:59:43 +08:00
commit dc2a212f35

View File

@ -4,6 +4,7 @@ Responsible for creating, caching, and managing the lifecycle of Mem0 client ins
"""
import logging
import asyncio
from typing import Any, Dict, List, Optional, Literal
from collections import OrderedDict
from embedding.manager import get_model_manager