app/core/qdrant.py aktualisiert
All checks were successful
Deploy mindnet to llm-node / deploy (push) Successful in 3s

This commit is contained in:
Lars 2025-11-08 11:34:25 +01:00
parent ccbf078463
commit ae20665a66

View File

@ -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
# ---------------------------------------------------------