From ae20665a6675ca2e475e93e1d6eaf41b0bb5cfdb Mon Sep 17 00:00:00 2001 From: Lars Date: Sat, 8 Nov 2025 11:34:25 +0100 Subject: [PATCH] app/core/qdrant.py aktualisiert --- app/core/qdrant.py | 1 + 1 file changed, 1 insertion(+) 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 # ---------------------------------------------------------