morpheus_llm.service.vdb.milvus_client# Functions handle_exceptions(func_name, error_message) Decorator function to handle exceptions and log errors. Classes MilvusClient(*args, **kwargs) Extension of the MilvusClient class with custom functions. handle_exceptions(func_name, error_message)[source]# Decorator function to handle exceptions and log errors. Parameters: func_namestrName of the func being decorated. error_messagestrError message to log in case of an exception. Returns: typing.CallableDecorated function.