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

Python Application Crashes on Attempting to Retrieve Non-existent Collection via QdrantClient in GRPC Mode

Open ameerarx opened this issue 1 year ago • 4 comments

I am experiencing an issue with my Python application where it crashes unexpectedly.

client = QdrantClient(settings.QDRANT_GRPC_HOST,
                      grpc_port=int(settings.QDRANT_GRPC_PORT), 
                      prefer_grpc=True)
                      
client.get_collection(collection_name=f"document_{file_id}")          

ameerarx avatar Feb 18 '24 19:02 ameerarx

Does it generates exception, or something else?

generall avatar Feb 18 '24 20:02 generall

@generall no it doesn't throw an exception, it just crashes Python. But everything is ok on http, it works

Does it generates exception, or something else?

ameerarx avatar Feb 18 '24 20:02 ameerarx

is this resolved facing the same

pydv9991 avatar Aug 20 '24 07:08 pydv9991

@pydv9991 Can you give more information ?

hh-space-invader avatar Aug 21 '24 01:08 hh-space-invader