Find answers from the community

Updated 6 months ago

error:

At a glance

The post contains the word "error:", but no further details. A community member provided a comment suggesting that the QdrantVectorStore requires passing both a QdrantClient and an AsyncQdrantClient to the constructor. However, there is no explicitly marked answer in the provided information.

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