Skip to content

Commit

Permalink
fix qdrant_cloud import bugs
Browse files Browse the repository at this point in the history
Signed-off-by: min.tian <[email protected]>
  • Loading branch information
alwayslove2013 committed Apr 8, 2024
1 parent 0ba0675 commit ade7b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vectordb_bench/backend/clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ def init_cls(self) -> Type[VectorDB]:
return ElasticCloud

if self == DB.QdrantCloud:
from .qdrant_cloud.qdrant_cloud import QdrantClient
return QdrantClient
from .qdrant_cloud.qdrant_cloud import QdrantCloud
return QdrantCloud

if self == DB.WeaviateCloud:
from .weaviate_cloud.weaviate_cloud import WeaviateCloud
Expand Down

0 comments on commit ade7b76

Please sign in to comment.