fix: import asyncio.
This commit is contained in:
parent
45cf140472
commit
5129fdcc05
@ -4,6 +4,7 @@ Responsible for creating, caching, and managing the lifecycle of Mem0 client ins
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
import asyncio
|
||||||
from typing import Any, Dict, List, Optional, Literal
|
from typing import Any, Dict, List, Optional, Literal
|
||||||
from collections import OrderedDict
|
from collections import OrderedDict
|
||||||
from embedding.manager import get_model_manager
|
from embedding.manager import get_model_manager
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user