Find answers from the community

Updated 3 months ago

error:

L
1 comment
You'll need to pass the async client to qdrant

Plain Text
from qdrant_client import QdrantClient, AsyncQdrantClient

vector_store = QdrantVectorStore(client=QdrantClient(...), aclient=AsyncQdrantClient(..))
Add a reply
Sign up and join the conversation on Discord