from qdrant_client import QdrantClient, AsyncQdrantClient vector_store = QdrantVectorStore(client=QdrantClient(...), aclient=AsyncQdrantClient(..))