chore: format

This commit is contained in:
Timothy Jaeryang Baek
2025-05-17 01:00:37 +04:00
parent b14398481d
commit 6692fb2181
56 changed files with 384 additions and 20 deletions

View File

@@ -17,7 +17,9 @@ class Vector:
return MilvusClient()
case VectorType.QDRANT:
if ENABLE_QDRANT_MULTITENANCY_MODE:
from open_webui.retrieval.vector.dbs.qdrant_multitenancy import QdrantClient
from open_webui.retrieval.vector.dbs.qdrant_multitenancy import (
QdrantClient,
)
return QdrantClient()
else: