qdrant-client
qdrant-client copied to clipboard
Python Application Crashes on Attempting to Retrieve Non-existent Collection via QdrantClient in GRPC Mode
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}")
Does it generates exception, or something else?
@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?
is this resolved facing the same
@pydv9991 Can you give more information ?