qdrant-client icon indicating copy to clipboard operation
qdrant-client copied to clipboard

qdrant_client.QdrantClient never returns

Open Dyke-F opened this issue 1 year ago • 1 comments

DEFAULT_CLIENT_NAME = "Test1" QDRANT_COLLECTION_NAME = "Test1"

client = qdrant_client.QdrantClient( path=DEFAULT_CLIENT_NAME, collection_name=QDRANT_COLLECTION_NAME )

The client has already been used to generate collections yesterday (up to 10 GBs of data). Loading the client today never returns but keeps on running forever. No changes have been made in the meantime. Any suggested solutions?

Dyke-F avatar Feb 29 '24 13:02 Dyke-F

Hi @Dyke-F

How many points do you have?

When you set path - qdrant is launched in local mode. Local mode is not designed to handle a lot of data, maybe it just takes a lot of time to upload everything.

Btw, where did you find an example of passing collection_name to QdrantClient instance? It does not have such a parameter.

If you could provide a code sample to reproduce the issue, we might try to help.

joein avatar Feb 29 '24 14:02 joein

closing due to the lack of activity

reopen if the issue persists

joein avatar Aug 09 '24 21:08 joein