diff --git a/app/core/qdrant.py b/app/core/qdrant.py index 5f67f03..87fbc46 100644 --- a/app/core/qdrant.py +++ b/app/core/qdrant.py @@ -40,6 +40,7 @@ from typing import Optional, Tuple, Dict, List, Any from qdrant_client import QdrantClient from qdrant_client.http import models as rest +from app.core.env_vars import get_collection_prefix # ---------------------------------------------------------