The community member is experiencing a timeout error while trying to use the Qdrant vector store with the provided code. The comments suggest several potential solutions, such as lowering the batch size, checking for connection issues, disabling indexing during large uploads, and monitoring the CPU and RAM usage. While there is no explicitly marked answer, the community members provide helpful suggestions to troubleshoot the issue.
Hi guys, I am trying Qdrantvector store but getting timed out error while running the below code - client = QdrantClient(url="http://xxxxxxxxxxxxxxxxxxxxx")
create our vector store with hybrid indexing enabled
batch_size controls how many nodes are encoded with sparse vectors at once