diff --git a/lightrag/api/run_with_gunicorn.py b/lightrag/api/run_with_gunicorn.py index 231a1727..cf9b3b91 100644 --- a/lightrag/api/run_with_gunicorn.py +++ b/lightrag/api/run_with_gunicorn.py @@ -15,6 +15,7 @@ from dotenv import load_dotenv # This update allows the user to put a different.env file for each lightrag folder load_dotenv(".env") + def check_and_install_dependencies(): """Check and install required dependencies""" required_packages = [