Etape 3 + refonte visuelle + corrections etape 2
This commit is contained in:
@@ -11,7 +11,6 @@ setup_logging()
|
||||
@asynccontextmanager
|
||||
async def lifespan(app: FastAPI):
|
||||
print("[Startup] Initialisation de Qdrant...")
|
||||
# On crée l'instance UNE SEULE FOIS
|
||||
qdrant_repo = QdrantRepository()
|
||||
try:
|
||||
await qdrant_repo.init_collection(vector_size=1024)
|
||||
|
||||
Reference in New Issue
Block a user