def check_env()

in code/embedding-function/utilities/helpers/env_helper.py [0:0]


    def check_env():
        for attr, value in EnvHelper().__dict__.items():
            if value == "":
                logger.warning(f"{attr} is not set in the environment variables.")